Issue
While trying to convert dynamic web project to Maven project i get the error:
An internal error occurred during: "Updating Maven Project". org/codehaus/plexus/archiver/jar/JarArchiver
I am using Eclipse Kepler IDE for Java EE Developers.
I tried the solutions mentioned in this link An internal error occurred during: "Updating Maven Dependencies" , but didn't work for me.
Any idea what should be done to solve this problem?
Solution
Solved the error by choosing the Packaging as jar , while converting to Maven Project . I earlier selected the packaging as war , which created the issue.
Answered By - user2359634
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.