显示各种错误
Plugin org.codehaus.mojo:exec-maven-plugin:1.2.1 or one of its dependencies could not be resolved:
Failed to read artifact descriptor for org.codehaus.mojo:exec-maven-plugin:jar:1.2.1:
Could not transfer artifact org.codehaus.mojo:exec-maven-plugin:pom:1.2.1 from/to central (http://repo.maven.apache.org/maven2):
Failed to transfer file:
http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom. Return code is: 501 , ReasonPhrase:Not Implemented. -> [Help 1]
答案 0 :(得分:3)
这可能是解决依赖性的问题。您可以在下面尝试并返回吗?
打开.m2 /存储库,然后转到路径org / codehaus / mojo / exec-maven-plugin /。然后删除子目录1.2.1和整个内容。然后,Maven将在下一次更新中自动下载依赖项。尝试构建项目并查看。
此外,您可以尝试在项目目录的命令提示符下发出以下命令。(此命令将强制更新依赖项)
mvn全新安装-U