简述maven中的profiles - 编程入门网
activation> element。如:
上面的代码表示:如果JDK version start with 1.4 (eg. "1.4.0_08", "1.4.2_07", "1.4"),该profile会被激活
简述maven中的profiles(3)时间:2011-06-25 csdn博客 totogogo上面的代码表示:如果存在system propertie “debug”,该profile会被激活。为了激活它,输入的命令类似于: mvn groupId:artifactId:goal –Ddebug
上面的代码表示:如果存在system propertie “environment”的值为test,该profile会被激活。为了激活它,输入的命令类似于: mvn groupId:artifactId:goal -Denvironment=test 4)Profiles还可以基于OS setting来自动激活
上面的代码表示:如果OS为windows xp,该profile会被激活 5)根据某个file不存在而激活profile。例如下面定义的profile是在target/generated-sources/axistools/wsdl2java/org/apache/maven不存在时激活
简述maven中的profiles(4)时间:2011-06-25 csdn博客 totogogo使用Profiles时要注意的2个问题 第一、external properties 不是定义在pom.xml里的properties都称为external properties。举例说明最明了: pom.xml:
|
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |