weaver      2004/06/04 09:13:04

  Modified:    .        maven.xml
  Log:
  add the maven-plugin to allClean and allBuild
  
  Revision  Changes    Path
  1.70      +8 -0      jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- maven.xml 30 May 2004 20:31:51 -0000      1.69
  +++ maven.xml 4 Jun 2004 16:13:04 -0000       1.70
  @@ -181,6 +181,14 @@
                  banner="Build and Install the portlet commons services jar"
                  postProcessing="false"
                  ignoreFailures="false"/>
  +               
  +     <maven:reactor
  +               basedir="${basedir}/maven-plugin"
  +               includes="project.xml"
  +               goals="plugin:deploy"
  +               banner="Build and deploy the Jetspeed 2 Maven plugin"
  +               postProcessing="false"
  +               ignoreFailures="false"/>
   
        <!-- Build war files -->
        <maven:reactor
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to