Author: nickboldt
Date: 2010-04-20 23:21:14 -0400 (Tue, 20 Apr 2010)
New Revision: 21565
Modified:
branches/modular_build/genpom.xml
Log:
add support for getArtifactOsWsArch to add platform dep values into pom.xml; add support
for overwrite.existing.pom.xml (default false) so if pom.xml already exists, don't
simply regenerate it
Modified: branches/modular_build/genpom.xml
===================================================================
--- branches/modular_build/genpom.xml 2010-04-21 03:19:19 UTC (rev 21564)
+++ branches/modular_build/genpom.xml 2010-04-21 03:21:14 UTC (rev 21565)
@@ -15,9 +15,12 @@
-->
<!-- To run this script via commandline:
cd /home/nboldt/workspace36/jbosstools-modular_build; ant -f genpom.xml -q
- or, to build a specific module only:
+ or, to build a specific module IFF no poms already exist:
cd /home/nboldt/workspace36/jbosstools-modular_build; \
- ant -f genpom.xml -q -DCOMPONENT=common
+ ant -f genpom.xml -q -DCOMPONENT=xulrunner
+ or, to build a specific module and overwrite existing pom.xml files:
+ cd /home/nboldt/workspace36/jbosstools-modular_build; \
+ ant -f genpom.xml -q -DCOMPONENT=common -Doverwrite.existing.pom.xml=true
-->
<target name="get.ant-contrib"
unless="ant-contrib.jar.exists">