我得到了下面的错误。我有jdk1.7.0_05,maven 3.0.5和eclipse juno。这可能会出现什么问题?
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org. apache.maven.plugins:maven-resources-plugin:jar:2.5: The repository system is of fline but the artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.5 i s not available in the local repository.
发布于 2013-11-19 23:47:47
在错误中查看此消息:"The repository system is of fline“
脱机选项可能已经签入了Maven的eclipse首选项,请签入window/ preferences /maven。
发布于 2014-02-05 06:04:21
单击windows-preferences-maven上的更新设置按钮,在更新settings.xml中的代理后,这可能会引用您的设置。
https://stackoverflow.com/questions/20074681
复制相似问题