解决在IDEA14 的Maven下 出现 Cannot access in offline mode 问题

Plugin com.google.code.maven-svn-revision-number-plugin:svn-revision-number-maven-plugin:1.13 or one of its dependencies could not be resolved: Cannot access nexus-all (http://192.168.4.119:8081/nexus/content/groups/public) in offline mode and the artifact com.google.code.maven-svn-revision-number-plugin:svn-revision-number-maven-plugin:jar:1.13 has not been downloaded from it before. -> [Help 1]

原因是intellij IDEA14 默认为offline模式,进入Settings,把Work offline的勾去除即可。

解决在IDEA14 的Maven下 出现 Cannot access in offline mode 问题_第1张图片

你可能感兴趣的:(maven,intellij,idea)