首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

maven仓库不能访问的解决方法

2013-03-06 
maven仓库不能访问的解决办法pluginRepositoriespluginRepositoryidcentral1111/idnameCentral

maven仓库不能访问的解决办法

  <pluginRepositories>    <pluginRepository>      <id>central1111</id>      <name>Central Repository1111</name>      <url>http://search.maven.org/remotecontent?filepath=</url>      <layout>default</layout>      <snapshots>        <enabled>false</enabled>      </snapshots>      <releases>        <updatePolicy>never</updatePolicy>      </releases>    </pluginRepository>  </pluginRepositories>

?

热点排行