[jboss-cvs] JBossAS SVN: r91168 - in projects/jboss-osgi/trunk/hudson/hudson-home: jobs/jbossosgi-embedded and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 13 11:17:46 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-13 11:17:46 -0400 (Mon, 13 Jul 2009)
New Revision: 91168

Modified:
   projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
   projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml
Log:
Add reactor profile

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-07-13 15:08:48 UTC (rev 91167)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-07-13 15:17:46 UTC (rev 91168)
@@ -68,7 +68,7 @@
 # Build distro
 #
 cd $OSGIDIR
-MVN_CMD="mvn -U -Pdistro $ENVIRONMENT clean install"
+MVN_CMD="mvn -U -Preactor,distro $ENVIRONMENT clean install"
 echo $MVN_CMD; $MVN_CMD; MVN_STATUS=$?
 if [ $MVN_STATUS -ne 0 ]; then
   echo maven exit status $MVN_STATUS

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml	2009-07-13 15:08:48 UTC (rev 91167)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml	2009-07-13 15:17:46 UTC (rev 91168)
@@ -29,9 +29,8 @@
   </triggers>
   <builders>
     <hudson.tasks.Maven>
-      <targets>-U -fae clean install</targets>
+      <targets>-U -fae -Preactor clean install</targets>
       <mavenName>apache-maven</mavenName>
-      <properties>-U -Djboss.bind.address=@jboss.bind.address@</properties>
     </hudson.tasks.Maven>
     <hudson.tasks.Shell>
       <command>




More information about the jboss-cvs-commits mailing list