[jbosstools-commits] JBoss Tools SVN: r35304 - trunk/esb.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 3 19:42:25 EDT 2011


Author: nickboldt
Date: 2011-10-03 19:42:25 -0400 (Mon, 03 Oct 2011)
New Revision: 35304

Modified:
   trunk/esb/pom.xml
Log:
add instructions for building esb component locally for bfitzpat

Modified: trunk/esb/pom.xml
===================================================================
--- trunk/esb/pom.xml	2011-10-03 23:42:19 UTC (rev 35303)
+++ trunk/esb/pom.xml	2011-10-03 23:42:25 UTC (rev 35304)
@@ -10,15 +10,19 @@
 	</parent>
 	<groupId>org.jboss.tools</groupId>
 	<artifactId>esb</artifactId>
+	<name>esb.all</name>
 	<version>1.5.0-SNAPSHOT</version>
-	<name>esb.all</name>
 	<packaging>pom</packaging>
 	<!-- 
-	build parent pom (and if necessary, update the relativePath above so this pom can find it), then if building upstream components locally (eg., ~/trunk/as):
-	     	mvn3 clean install 
-	or, if not building upstream locally, use (see parent/pom.xml for other profiles you can use too):
-		mvn3 clean install -P jbosstools-nightly
-	-->
+	build parent pom (run `mvn install` in ~/33x/build/parent/ folder), then after building upstream components locally (eg., ~/33x/tests, ~/33x/common, ~/33x/as):
+		cd ~/33x/esb; mvn3 clean install 
+	or use the bootstrap profile which will build upstream and this component in a single build:
+		cd ~/33x/build; mvn clean install -Pesb-bootstrap
+	or, if not building upstream locally, use (see ~/33x/build/parent/pom.xml for other profiles you can use too):
+		cd ~/33x/esb; mvn3 clean install -P jbosstools-nightly
+	to skip running tests (compile only) use -Dmaven.test.skip
+		cd ~/33x/esb; mvn3 clean install -Dmaven.test.skip
+        -->
 	<modules>
 		<module>features</module>
 		<module>plugins</module>



More information about the jbosstools-commits mailing list