weaver      2004/06/11 10:50:41

  Modified:    .        maven.xml
  Log:
  had to move plugin back to the bottom of allBuild.  Forgot it needs to copy the 
layout portlets' war file
  when it is built.
  
  Revision  Changes    Path
  1.77      +9 -9      jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- maven.xml 11 Jun 2004 17:39:40 -0000      1.76
  +++ maven.xml 11 Jun 2004 17:50:41 -0000      1.77
  @@ -67,15 +67,6 @@
        <attainGoal name="db.scripts.gen"/>
        <attainGoal name="db.create.test"/>
        
  -    <!-- 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"/>
  -
       <!-- Build jars -->
       <maven:reactor
                  basedir="${basedir}/portlet-api"
  @@ -241,6 +232,15 @@
                  includes="project.xml"
                  goals="war"
                  banner="Building layout portlets 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"/>
                  
  
  
  

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

Reply via email to