首页 > 其他 > 详细

Maven3配置远程仓库

时间:2014-08-30 00:08:19      阅读:352      评论:0      收藏:0      [点我收藏+]

http://blog.csdn.net/peterwanghao/article/details/7742811



<profiles>
   <profile>
      <id>cloudhopper</id>


      <repositories>
        <repository>
          <id>cloudhopper</id>
          <name>Repository for Cloudhopper</name>
          <url>http://maven.cloudhopper.com/repos/third-party/</url>
          <releases>     
            <enabled>true</enabled>     
          </releases>     
          <snapshots>     
            <enabled>false</enabled>     
          </snapshots>
        </repository>
      </repositories>
    </profile>
  </profiles>
<activeProfiles>
    <activeProfile>cloudhopper</activeProfile>
  </activeProfiles>

Maven3配置远程仓库

原文:http://my.oschina.net/macleo/blog/308226

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!