Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse 2.0.2 and Maven 0.17 Configuration

I have a maven project and I'm getting this error in Eclipse:

Description Resource Path Location Type org.codehaus.plexus.archiver.jar.Manifest.write(java.io.PrintWriter) pom.xml /rpc-server line 1 Maven Configuration Problem

I can to run mvn clean install with no problems on command line. This is just annoying and I'm hoping someone else already tackled this.

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

Thanks

like image 819
Shay Gold Avatar asked Jun 21 '16 06:06

Shay Gold


1 Answers

Your problem can be solved via

https://otto.takari.io/content/sites/m2e.extras/m2eclipse-mavenarchiver/0.17.2/N/LATEST/

like image 111
Vortex Avatar answered Sep 19 '22 23:09

Vortex