Author: nickboldt
Date: 2012-04-16 15:37:27 -0400 (Mon, 16 Apr 2012)
New Revision: 40220
Modified:
trunk/build/pom.xml
Log:
remove properties pointing at as-bootstrap or openshift-bootstrap; just run the profile
instead of using -D properties
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2012-04-16 19:23:13 UTC (rev 40219)
+++ trunk/build/pom.xml 2012-04-16 19:37:27 UTC (rev 40220)
@@ -44,9 +44,6 @@
<id>tests</id>
<activation>
<activeByDefault>true</activeByDefault>
- <property>
- <name>as-bootstrap</name>
- </property>
</activation>
<modules>
<module>../tests</module>
@@ -77,9 +74,6 @@
<id>archives</id>
<activation>
<activeByDefault>true</activeByDefault>
- <property>
- <name>as-bootstrap</name>
- </property>
</activation>
<modules>
<module>../archives</module>
@@ -99,9 +93,6 @@
<id>as</id>
<activation>
<activeByDefault>true</activeByDefault>
- <property>
- <name>as-bootstrap</name>
- </property>
</activation>
<modules>
<module>../as</module>
@@ -124,9 +115,6 @@
<id>openshift</id>
<activation>
<activeByDefault>true</activeByDefault>
- <property>
- <name>openshift-bootstrap</name>
- </property>
</activation>
<modules>
<module>../openshift</module>
Show replies by date