Eclipse 2.0.2 and Maven 0.17 Configuration

I have a maven project and I get this error in Eclipse:

Description Resource path location type org.codehaus.plexus.archiver.jar.Manifest.write (java.io.PrintWriter) string pom.xml / rpc-server 1 Maven configuration problem

I can run mvn clean install without any problems on the command line. This is just annoying, and I hope someone else can handle it.

Using the Eclipse Java EE IDE version 2.0.2.20140224, with the m2e connector for the properties of the mavenarchiver pom version 0.17.1.201605251832.

thanks

+6
source share

All Articles