You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2005/11/22 23:54:10 UTC

svn commit: r348302 - /incubator/graffito/trunk/maven.xml

Author: clombart
Date: Tue Nov 22 15:54:05 2005
New Revision: 348302

URL: http://svn.apache.org/viewcvs?rev=348302&view=rev
Log:
Don't build the subproject "engine". This one has to be review. It is not used within Jetspeed. This engine can be used to run Graffito in other web apps. 
I'm going to add a new Jira issue

Modified:
    incubator/graffito/trunk/maven.xml

Modified: incubator/graffito/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/maven.xml?rev=348302&r1=348301&r2=348302&view=diff
==============================================================================
--- incubator/graffito/trunk/maven.xml (original)
+++ incubator/graffito/trunk/maven.xml Tue Nov 22 15:54:05 2005
@@ -87,13 +87,13 @@
                postProcessing="false"
                ignoreFailures="false"/>    
      
-     <maven:reactor
+     <!-- maven:reactor
                basedir="${basedir}/engine"
                includes="project.xml"
                goals="jar:install"
                banner="Build and Install the Graffito engine in your Maven Repo"
                postProcessing="false"
-               ignoreFailures="false"/>
+               ignoreFailures="false"/ -->
 	       
       <!-- Build framework portlet & portelt wars  -->		      
     <maven:reactor