Reputation: 403
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
Upvotes: 6
Views: 7389
Reputation: 789
Your problem can be solved via
https://otto.takari.io/content/sites/m2e.extras/m2eclipse-mavenarchiver/0.17.2/N/LATEST/
Upvotes: 12