Search code examples
eclipsemavenmanifest.mf

file not found manifest.mf eclipse


I'm using the following configuration :

  • Eclipse Indigo
  • Maven 2
  • ClearCase (like SVN and CVS)

and every time I want to run an application within eclipse a popup appears telling me that a Problem has occured : File not found : ...\target\classes\META-INF\MANIFEST.MF.


Solution

  • Go to the root of the project. Wherever the pom is located then try to do a

     mvn eclipse:clean 
    

    Then refresh your projects and see where that leaves you