美文网首页
[Eclipse] maven-resources-plugin

[Eclipse] maven-resources-plugin

作者: objcat | 来源:发表于2018-05-27 18:06 被阅读18次

错误如图所示。


maven.png

解决方案 修改配置文件直接替换maven源为阿里云路径

G:\apache-maven-3.5.3\conf\settings.xml

编辑 在里面找到<mirrors></mirrors>标签 插入图中配置

image.png
<mirror>  
    <id>alimaven</id>  
    <mirrorOf>central</mirrorOf>    
    <name>aliyun maven</name>  
    <url>http://maven.aliyun.com/nexus/content/groups/public/</url>        
</mirror> 

然后在eclipse中更新maven

image.png image.png

finally enjoy it

by objcat 2018.5.27

相关文章

网友评论

      本文标题:[Eclipse] maven-resources-plugin

      本文链接:https://www.haomeiwen.com/subject/poxijftx.html