file not found manifest.mf eclipse

eclipse, manifest.mf, maven

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

Problem

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.

Original source

Related problems