Home Navigation

Tuesday 8 May 2018

m2e error in MavenArchiver.getMenifest()

If you see the below error in pom.xml

Description Resource Path Location Type
org.apache.maven.archiver.MavenArchiver.getManifest(org.apache.maven.project.MavenProject, org.apache.maven.archiver.MavenArchiveConfiguration) pom.xml

you may use the below method to resolve this issue.

From Help > Install New Software..

Add the below repository and install m2e archiver

http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-mavenarchiver/0.17.2/N/LATEST/

After installing then update the maven project forcefully

Right click project -> Maven -> update project ( don't forget to check force option)