org.codehaus.plexus.archiver.jar.Manifest.write(java.io.PrintWriter)
Description | Resource | Path | Location | Type |
org.codehaus.plexus.archiver.jar.Manifest.write(java.io.PrintWriter) | pom.xml | /gs-rest-service | line 1 | Maven Configuration Problem |
在学习spring boot 实例时,发现了这个Maven配置错误,但是不影响 spring boot 运行。
问题是什么引起的?
以下纯属调查猜测!
org.codehaus.plexus.archiver.jar.Manifest.write(java.io.PrintWriter) 这是Manifest类的一个方法,位于plexus-archiver-x.x.jar 中
该 eclipse 版本中自带的 org.sonatype.m2e.mavenarchiver_0.17.1.201605251832-signed-20160525150658.jar等 版本低于window 中使用的最新版本maven
将插件更新到 org.sonatype.m2e.mavenarchiver_0.17.2.201609252051.jar等
解决方案:
第一步:
help - install new software -
https://otto.takari.io/content/sites/m2e.extras/m2eclipse-mavenarchiver/0.17.2/N/LATEST/
第二步:
重启 eclipse
第三步:
更新之前存在问题的maven项目