Author: nickboldt
Date: 2010-09-30 00:45:41 -0400 (Thu, 30 Sep 2010)
New Revision: 25318
Modified:
trunk/build/parent/pom.xml
Log:
add a helios-local-target which sources from a local file:// repo (generated by p2.mirror
script - see target-platform/target2p2mirror.xml - then and manually uploaded onto qa01
server)
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-09-30 04:26:20 UTC (rev 25317)
+++ trunk/build/parent/pom.xml 2010-09-30 04:45:41 UTC (rev 25318)
@@ -174,6 +174,27 @@
</build>
</profile>
+ <!-- Time saver: to build everything from scratch from a single local repo on Hudson
cluster -->
+ <profile>
+ <id>helios-local-target</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <repositories>
+ <repository>
+ <id>helios</id>
+ <url>file://home/hudson/static_build_env/jbds/target-platform/e36-wtp322.target/</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ </profile>
+
<!-- Time saver: to build everything from scratch (without target platform);
To enable it use -P helios-no-target in command line. Do not remove repos
that contains the same artefacts, it is done for purpose to make build more
Show replies by date