0
votes

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?

1
Can you pls place screenshot or stacktrace?Prakash Bhagat

1 Answers

0
votes

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.