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

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


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

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:11 UTC (rev 35302)
+++ trunk/esb/pom.xml	2011-10-03 23:42:19 UTC (rev 35303)
@@ -13,6 +13,12 @@
 	<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
+	-->
 	<modules>
 		<module>features</module>
 		<module>plugins</module>



More information about the jbosstools-commits mailing list