Author: nickboldt
Date: 2011-09-22 04:26:11 -0400 (Thu, 22 Sep 2011)
New Revision: 34952
Modified:
trunk/build/aggregate/bottests-site/site/pom.xml
trunk/build/aggregate/site/pom.xml
trunk/build/aggregate/soa-site/pom.xml
trunk/build/aggregate/webtools-site/pom.xml
Log:
JBIDE-9743 pass in BUILD_ALIAS from maven to ant
Modified: trunk/build/aggregate/bottests-site/site/pom.xml
===================================================================
--- trunk/build/aggregate/bottests-site/site/pom.xml 2011-09-22 01:06:50 UTC (rev 34951)
+++ trunk/build/aggregate/bottests-site/site/pom.xml 2011-09-22 08:26:11 UTC (rev 34952)
@@ -32,6 +32,7 @@
<tasks>
<!-- called AFTER generating update site + zip to add in extra content -->
<property name="JBT_VERSION" value="${JBT_VERSION}"/>
+ <property name="BUILD_ALIAS" value="${BUILD_ALIAS}"/>
<ant antfile="build.xml"/>
</tasks>
</configuration>
Modified: trunk/build/aggregate/site/pom.xml
===================================================================
--- trunk/build/aggregate/site/pom.xml 2011-09-22 01:06:50 UTC (rev 34951)
+++ trunk/build/aggregate/site/pom.xml 2011-09-22 08:26:11 UTC (rev 34952)
@@ -37,6 +37,7 @@
<property name="inputRepo1" value="${inputRepo1}"/>
<property name="inputRepos" value="${inputRepos}"/>
<property name="JBT_VERSION" value="${JBT_VERSION}"/>
+ <property name="BUILD_ALIAS" value="${BUILD_ALIAS}"/>
<ant antfile="build.xml"/>
</tasks>
</configuration>
Modified: trunk/build/aggregate/soa-site/pom.xml
===================================================================
--- trunk/build/aggregate/soa-site/pom.xml 2011-09-22 01:06:50 UTC (rev 34951)
+++ trunk/build/aggregate/soa-site/pom.xml 2011-09-22 08:26:11 UTC (rev 34952)
@@ -42,6 +42,7 @@
<property name="inputRepo1" value="${inputRepo1}"/>
<property name="inputRepos" value="${inputRepos}"/>
<property name="JBT_VERSION" value="${JBT_VERSION}"/>
+ <property name="BUILD_ALIAS" value="${BUILD_ALIAS}"/>
<ant antfile="build.xml"/>
</tasks>
</configuration>
Modified: trunk/build/aggregate/webtools-site/pom.xml
===================================================================
--- trunk/build/aggregate/webtools-site/pom.xml 2011-09-22 01:06:50 UTC (rev 34951)
+++ trunk/build/aggregate/webtools-site/pom.xml 2011-09-22 08:26:11 UTC (rev 34952)
@@ -32,6 +32,7 @@
<tasks>
<!-- called AFTER generating update site + zip to add in extra content -->
<property name="JBT_VERSION" value="${JBT_VERSION}"/>
+ <property name="BUILD_ALIAS" value="${BUILD_ALIAS}"/>
<ant antfile="build.xml"/>
</tasks>
</configuration>
Show replies by date