Author: nickboldt
Date: 2012-01-30 13:18:08 -0500 (Mon, 30 Jan 2012)
New Revision: 38283
Modified:
trunk/build/parent/pom.xml
Log:
add jbosstools-nightly-staging-composite-soa-tooling profile to parent pom for use with
SOA Tooling jobs
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-01-30 18:10:00 UTC (rev 38282)
+++ trunk/build/parent/pom.xml 2012-01-30 18:18:08 UTC (rev 38283)
@@ -290,6 +290,28 @@
</repository>
</repositories>
</profile>
+ <profile>
+ <id>jbosstools-nightly-staging-composite-soa-tooling</id>
+ <activation>
+ <property>
+ <name>swtbot.test.skip</name>
+ <value>false</value>
+ </property>
+ </activation>
+ <repositories>
+ <repository>
+ <id>jbosstools-nightly-staging-composite-soa-tooling</id>
+ <url>${jbosstools-nightly-staging-composite-soa-tooling}</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