Author: alessio.soldano(a)jboss.com
Date: 2011-09-08 04:14:19 -0400 (Thu, 08 Sep 2011)
New Revision: 14954
Modified:
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/pom.xml
Log:
[JBWS-3215] Reverting the changes related to jbossXYZ profiles, as having multiple
jbossXYZ.home props defined in settings.xml causes multiple clashing profiles to be on w/
Maven 3 and the proper way of preventing this (
http://jira.codehaus.org/browse/MNG-3328)
is still not available.
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-09-08 07:42:13 UTC (rev 14953)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-09-08 08:14:19 UTC (rev 14954)
@@ -424,11 +424,6 @@
-->
<profile>
<id>jboss600</id>
- <activation>
- <property>
- <name>jboss600.home</name>
- </property>
- </activation>
<properties>
<jboss.version>6.0.0.Final</jboss.version>
<jbossws.integration.target>jboss600</jbossws.integration.target>
@@ -570,11 +565,6 @@
-->
<profile>
<id>jboss610</id>
- <activation>
- <property>
- <name>jboss610.home</name>
- </property>
- </activation>
<properties>
<jboss.version>6.1.0.Final</jboss.version>
<jbossws.integration.target>jboss610</jbossws.integration.target>
@@ -716,11 +706,6 @@
-->
<profile>
<id>jboss700</id>
- <activation>
- <property>
- <name>jboss700.home</name>
- </property>
- </activation>
<properties>
<jboss.version>7.0.0.Final</jboss.version>
<jbossws.integration.target>jboss700</jbossws.integration.target>
@@ -892,11 +877,6 @@
-->
<profile>
<id>jboss710</id>
- <activation>
- <property>
- <name>jboss710.home</name>
- </property>
- </activation>
<properties>
<jboss.version>7.1.0.Alpha1-SNAPSHOT</jboss.version>
<jbossws.integration.target>jboss710</jbossws.integration.target>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2011-09-08 07:42:13 UTC (rev 14953)
+++ stack/native/trunk/pom.xml 2011-09-08 08:14:19 UTC (rev 14954)
@@ -529,11 +529,6 @@
-->
<profile>
<id>jboss600</id>
- <activation>
- <property>
- <name>jboss600.home</name>
- </property>
- </activation>
<properties>
<jbossws.integration.target>jboss600</jbossws.integration.target>
<jboss.home>${jboss600.home}</jboss.home>
@@ -546,11 +541,6 @@
-->
<profile>
<id>jboss610</id>
- <activation>
- <property>
- <name>jboss610.home</name>
- </property>
- </activation>
<properties>
<jbossws.integration.target>jboss610</jbossws.integration.target>
<jboss.home>${jboss610.home}</jboss.home>
@@ -563,11 +553,6 @@
-->
<profile>
<id>jboss700</id>
- <activation>
- <property>
- <name>jboss700.home</name>
- </property>
- </activation>
<properties>
<jbossws.integration.target>jboss700</jbossws.integration.target>
<jboss.home>${jboss700.home}</jboss.home>
@@ -580,11 +565,6 @@
-->
<profile>
<id>jboss710</id>
- <activation>
- <property>
- <name>jboss710.home</name>
- </property>
- </activation>
<properties>
<jbossws.integration.target>jboss710</jbossws.integration.target>
<jboss.home>${jboss710.home}</jboss.home>