Author: nickboldt
Date: 2010-10-12 13:58:23 -0400 (Tue, 12 Oct 2010)
New Revision: 25759
Modified:
trunk/build/parent/pom.xml
Log:
add helios-remote-target
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-10-12 16:54:30 UTC (rev 25758)
+++ trunk/build/parent/pom.xml 2010-10-12 17:58:23 UTC (rev 25759)
@@ -230,7 +230,28 @@
</repositories>
</profile>
+ <!-- Time saver: to build everything from scratch from a single repo containing all
deps in .target -->
<profile>
+ <id>helios-remote-target</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <repositories>
+ <repository>
+ <id>jbosstools-target-platform-repo</id>
+ <
url>http://download.jboss.org/jbosstools/updates/target-platform/lates...
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ </profile>
+
+ <profile>
<id>jbds-no-target</id>
<activation>
<activeByDefault>false</activeByDefault>