Could not find artifact org.apache.maven.plugins:maven-source-plugin:pom:XXX

Could not find artifact org.apache.maven.plugins:maven-source-plugin:pom:XXX

遇见这个问题好好看一看 mavent的setting.xml文件是不是少了东西,比如:镜像文件

<mirrors> 

     <mirror> 

         <id>xxxid> 
        <name>xxxname> 
        <url>xxxurl> 
        <mirrorOf>centralmirrorOf> 
     mirror> 
mirrors>

你可能感兴趣的:(日常小工具,项目,异常,maven,xml)