Author: nickboldt
Date: 2012-05-30 17:26:08 -0400 (Wed, 30 May 2012)
New Revision: 41551
Modified:
branches/jbosstools-3.3.x/build/parent/pom.xml
Log:
remove jbosstools-staging-aggregate-soa-tooling from profiles which turn themselves on
unexpectedly when swtbot.test.skip=false
Modified: branches/jbosstools-3.3.x/build/parent/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/build/parent/pom.xml 2012-05-30 20:52:42 UTC (rev 41550)
+++ branches/jbosstools-3.3.x/build/parent/pom.xml 2012-05-30 21:26:08 UTC (rev 41551)
@@ -484,39 +484,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>
- <!-- remove this to avoid circular dependency <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