weaver      2004/06/08 06:13:19

  Modified:    .        maven.xml
  Log:
  moved maven plugin build to the bottom of allBuild
  
  Revision  Changes    Path
  1.73      +11 -8     jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- maven.xml 6 Jun 2004 01:47:44 -0000       1.72
  +++ maven.xml 8 Jun 2004 13:13:19 -0000       1.73
  @@ -181,14 +181,7 @@
                  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
  @@ -232,6 +225,16 @@
                  banner="Build and Install the PAM application WAR"
                  postProcessing="false"
                  ignoreFailures="false"/>
  +               
  +       <!-- build jetspeed 2 plugin -->
  +            <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"/>
  +       
   
             <attainGoal name="copy.shared.deps" />
             <attainGoal name="check.patch.tomcat5.jaas.realm"/>
  
  
  

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

Reply via email to