Author: nickboldt
Date: 2012-05-30 17:26:51 -0400 (Wed, 30 May 2012)
New Revision: 41552
Modified:
trunk/build/parent/pom.xml
Log:
remove jbosstools-staging-aggregate-soa-tooling from profiles which turn themselves on
unexpectedly when swtbot.test.skip=false
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-05-30 21:26:08 UTC (rev 41551)
+++ trunk/build/parent/pom.xml 2012-05-30 21:26:51 UTC (rev 41552)
@@ -474,39 +474,6 @@
</repository>
</repositories>
</profile>
- <profile>
- <id>jbosstools-staging-aggregate-soa-tooling</id>
- <activation>
- <property>
- <name>swtbot.test.skip</name>
- <value>false</value>
- </property>
- </activation>
- <repositories>
- <repository>
- <id>jbosstools-nightly-soa-tooling</id>
- <url>${jbosstools-nightly-soa-tooling}</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>jbosstools-nightly-soa-tooling-tests</id>
- <url>${jbosstools-nightly-soa-tooling-tests}</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- </profile>
<!-- same contents as jboss-requirements-composite-mirror, but locally
available (to improve network lag) -->
Show replies by date