[jboss-svn-commits] JBL Code SVN: r9516 - in labs/jbosslabs/trunk/portal-extensions: jmm and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Feb 15 04:00:09 EST 2007


Author: wrzep
Date: 2007-02-15 04:00:08 -0500 (Thu, 15 Feb 2007)
New Revision: 9516

Modified:
   labs/jbosslabs/trunk/portal-extensions/forge-portlets/maven.xml
   labs/jbosslabs/trunk/portal-extensions/jmm/maven.xml
Log:
JBLAB-838
commented out to sync code with changes Rysiek made
-Pawel


Modified: labs/jbosslabs/trunk/portal-extensions/forge-portlets/maven.xml
===================================================================
--- labs/jbosslabs/trunk/portal-extensions/forge-portlets/maven.xml	2007-02-15 08:37:53 UTC (rev 9515)
+++ labs/jbosslabs/trunk/portal-extensions/forge-portlets/maven.xml	2007-02-15 09:00:08 UTC (rev 9516)
@@ -11,7 +11,9 @@
 	</goal>
 
 	<goal name="build">
+<!--
 		<attainGoal name="prj-war-build" />
+-->
 	</goal>
     
 	<goal name="deploy">	

Modified: labs/jbosslabs/trunk/portal-extensions/jmm/maven.xml
===================================================================
--- labs/jbosslabs/trunk/portal-extensions/jmm/maven.xml	2007-02-15 08:37:53 UTC (rev 9515)
+++ labs/jbosslabs/trunk/portal-extensions/jmm/maven.xml	2007-02-15 09:00:08 UTC (rev 9516)
@@ -7,12 +7,15 @@
 	<!-- Default war-project goals -->
 
 	<goal name="all">
+<!--
 		<attainGoal name="clean" />
 		<attainGoal name="build" />
 		<attainGoal name="deploy" />
+-->
 	</goal>
 
 	<goal name="build">
+<!--
 		<maven:reactor includes="project.xml" excludes="" basedir="${basedir}/jmm-common" 
 			       banner="Building" 
 			       goals="build" ignoreFailures="false" />
@@ -24,6 +27,7 @@
 			  	   banner="Building" 
 	  		       goals="build" ignoreFailures="false" />
 		</j:if>
+-->
 	</goal>
     
 	<goal name="deploy">
@@ -41,13 +45,14 @@
 	<goal name="clean">
 	
 		<!-- A trick to allow us execute scripts in jmm-portlet and jmm-common even if jmm-common.jar is not build -->
+<!--
  	    <u:file var="file" name="jmm-common/target/jmm-common.jar" />
 		<j:if test="${!(file.exists())}">
 			<maven:reactor includes="project.xml" excludes="" basedir="${basedir}/jmm-common" 
 			       banner="Building" 
 			       goals="build" ignoreFailures="false" />
 		</j:if>
-		
+
 		<maven:reactor includes="project.xml" excludes="" basedir="${basedir}/jmm-portlet" 
 			       banner="Clean" 
 			       goals="clean" ignoreFailures="false" />
@@ -60,7 +65,7 @@
 			       banner="Clean" 
 			       goals="clean" ignoreFailures="false" />
 
-	
+-->			
 		<!-- Clead old "status" files -->
 		<ant:delete file="${local.deploy.dir}/forge-status.war" />
 		<ant:delete file="${local.deploy.dir}/status-service.ejb3" />




More information about the jboss-svn-commits mailing list