[jbosstools-commits] JBoss Tools SVN: r35302 - branches/jbosstools-3.2.x/esb.

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


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

Modified:
   branches/jbosstools-3.2.x/esb/pom.xml
Log:
add instructions for building esb component locally for bfitzpat

Modified: branches/jbosstools-3.2.x/esb/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/esb/pom.xml	2011-10-03 22:56:48 UTC (rev 35301)
+++ branches/jbosstools-3.2.x/esb/pom.xml	2011-10-03 23:42:11 UTC (rev 35302)
@@ -6,6 +6,16 @@
 	<name>esb.all</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
+	<!-- 
+	build parent pom (run `mvn install` in ~/32x/build/parent/ folder), then after building upstream components locally (eg., ~/32x/tests, ~/32x/common, ~/32x/as):
+		cd ~/32x/esb; mvn3 clean install 
+	or use the bootstrap profile which will build upstream and this component in a single build:
+		cd ~/32x/build; mvn clean install -Pesb-bootstrap
+	or, if not building upstream locally, use (see ~/32x/build/parent/pom.xml for other profiles you can use too):
+		cd ~/32x/esb; mvn3 clean install -P jbosstools-nightly-trunk
+	to skip running tests (compile only) use -Dmaven.test.skip
+		cd ~/32x/esb; mvn3 clean install -Dmaven.test.skip
+        -->
 	<modules>
 		<module>features</module>
 		<module>plugins</module>



More information about the jbosstools-commits mailing list