码迷,mamicode.com
首页 > 其他好文 > 详细

maven profile 设置

时间:2018-01-11 15:54:58      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:两种   profile   目的   tor   bsp   信息   body   post   lan   

原文出处:

http://elim.iteye.com/blog/1900568

 

 

4.3     profile中能定义的信息

profile中能够定义的配置信息跟profile所处的位置是相关的。以下就分两种情况来讨论,一种是定义在settings.xml中,另一种是定义在pom.xml中。

4.3.1  profile定义在settings.xml中

当profile定义在settings.xml中时意味着该profile是全局的,它会对所有项目或者某一用户的所有项目都产生作用。因为它是全局的,所以在settings.xml中只能定义一些相对而言范围宽泛一点的配置信息,比如远程仓库等。而一些比较细致一点的需要根据项目的不同来定义的就需要定义在项目的pom.xml中。具体而言,能够定义在settings.xml中的信息有<repositories>、<pluginRepositories>和<properties>。定义在<properties>里面的键值对可以在pom.xml中使用。

maven profile 设置

标签:两种   profile   目的   tor   bsp   信息   body   post   lan   

原文地址:https://www.cnblogs.com/zhonghuahero/p/8267610.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!