哪位大神能帮忙解决一下呢
15 个解决方案
#1
maven 只管理 pom 文件里的依赖
看看是不是还又没导入的依赖
看看是不是还又没导入的依赖
#2
没什么错误啊。Fail之后不是assuming defaults了吗?
#3
怎么改啊,建的web项目有个叉号
#4
查看以下problems tab里面的error就能看到到底什么问题了
#5
里面提示这个错
Could not calculate build plan:The repository system is offline but the artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3:is not available in the local repository.
Could not calculate build plan:The repository system is offline but the artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3:is not available in the local repository.
#6
提示你的setting文件提供的maven地址不可用,并且你本地的maven插件不能用。
所以初步推断你的setting文件错了
#7
应该没错吧我在eclipse3.4.2上边建立项目没有错误,现在我改用eclipse3.7.2了建项目就报错,这两个eclipse用的是同一个setting文件
#9
不行啊,把offline的勾去掉还是报错找不到org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3
#10
有哪个大神帮解决一下呢
#12
不行啊,试过了
#13
问题解决了吗,怎么解决的
#14
右键项目,【Maven】--》【Update Project Configuration...】即可。。。
#15
你把offline的勾去掉之后记得Maven clean一下基本就OK了
#1
maven 只管理 pom 文件里的依赖
看看是不是还又没导入的依赖
看看是不是还又没导入的依赖
#2
没什么错误啊。Fail之后不是assuming defaults了吗?
#3
怎么改啊,建的web项目有个叉号
#4
查看以下problems tab里面的error就能看到到底什么问题了
#5
里面提示这个错
Could not calculate build plan:The repository system is offline but the artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3:is not available in the local repository.
Could not calculate build plan:The repository system is offline but the artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3:is not available in the local repository.
#6
提示你的setting文件提供的maven地址不可用,并且你本地的maven插件不能用。
所以初步推断你的setting文件错了
#7
应该没错吧我在eclipse3.4.2上边建立项目没有错误,现在我改用eclipse3.7.2了建项目就报错,这两个eclipse用的是同一个setting文件
#8
#9
不行啊,把offline的勾去掉还是报错找不到org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3
#10
有哪个大神帮解决一下呢
#11
#12
不行啊,试过了
#13
问题解决了吗,怎么解决的
#14
右键项目,【Maven】--》【Update Project Configuration...】即可。。。
#15
你把offline的勾去掉之后记得Maven clean一下基本就OK了