Netbeans 8.0.2无法运行一个简单的helloworld程序



显示排序的错误

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]

这可能是解决依赖关系的问题。你能试试下面然后回来吗。

打开.m2/存储库,然后转到路径org/codehaus/mojo/exec-maven-plugin/。然后删除子目录1.2.1和整个内容。然后maven将在下一次更新中自动下载依赖项。尝试构建项目并查看。

此外,您可以尝试在项目目录的命令提示符下发出以下命令。(此命令将强制更新依赖项(

mvn干净安装-U

相关内容

  • 没有找到相关文章

最新更新