1、Help——>Install New SoftWare

POM文件org.apache.maven.archiver.MavenArchiver.getManifest错误

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

POM文件org.apache.maven.archiver.MavenArchiver.getManifest错误

3、安装完成,重启Eclipse。

 

Easy solution: downgrade to 2.6 version
Indeed a possible solution is to get back to version 2.6, a further update of the project would then remove any error. However, that's not the ideal scenario and a better solution is possible: update the m2e extensions (Eclipse Maven integration).

Better solution: update Eclipse m2e extensions
From Help > Install New Software.., add a new repository (via the Add.. option), pointing to any of the following URLs:

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

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

Then follow the update wizard as usual. Eclipse would then require a restart. Afterwards, a furtherUpdate Project.. on the concerned Maven project would remove any error and your Maven build could then enjoy the benefit of the latest maven-jar-plugin version.

 

相关文章:

猜你喜欢
  • 2022-03-08
  • 2021-09-14
  • 2021-08-18
  • 2021-07-09
相关资源
相似解决方案