Author: nickboldt
Date: 2010-08-05 11:21:11 -0400 (Thu, 05 Aug 2010)
New Revision: 23941
Modified:
trunk/build/parent/pom.xml
Log:
add profile for jbosstools-nightly-trunk so that individual components can be build
against rest of JBT (eg., Drools)
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-08-05 15:20:24 UTC (rev 23940)
+++ trunk/build/parent/pom.xml 2010-08-05 15:21:11 UTC (rev 23941)
@@ -781,6 +781,24 @@
</plugins>
</build>
</profile>
+
+ <profile>
+ <id>jbosstools-nightly-trunk</id>
+ <repositories>
+ <repository>
+ <id>jbosstools-nightly-trunk</id>
+ <
url>http://download.jboss.org/jbosstools/updates/nightly/trunk/</ur...
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ </profile>
+
</profiles>
<pluginRepositories>
<pluginRepository>
@@ -827,7 +845,7 @@
</releases>
</pluginRepository>
</pluginRepositories>
-
+
<dependencyManagement>
<dependencies>
<dependency>
@@ -838,6 +856,5 @@
</dependency>
</dependencies>
</dependencyManagement>
-
-
+
</project>