jford       2003/08/15 19:26:14

  Modified:    .        maven.xml
  Log:
  Fixed build failure due to improper sequence
  
  Revision  Changes    Path
  1.3       +8 -7      jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml 14 Aug 2003 01:59:18 -0000      1.2
  +++ maven.xml 16 Aug 2003 02:26:14 -0000      1.3
  @@ -51,6 +51,13 @@
                  ignoreFailures="false"/>
       <maven:reactor
                  basedir="${basedir}"
  +               includes="cps/project.xml"
  +               goals="jar:install"
  +               banner="Build and Install the portlet commons services jar"
  +               postProcessing="false"
  +               ignoreFailures="false"/>
  +    <maven:reactor
  +               basedir="${basedir}"
                  includes="plugin/project.xml"
                  goals="jar:install"
                  banner="Build and Install the Plugin jar"
  @@ -70,13 +77,7 @@
                  banner="Build and Install the container jar"
                  postProcessing="false"
                  ignoreFailures="false"/>
  -    <maven:reactor
  -               basedir="${basedir}"
  -               includes="cps/project.xml"
  -               goals="jar:install"
  -               banner="Build and Install the portlet commons services jar"
  -               postProcessing="false"
  -               ignoreFailures="false"/>
  +    
        <!-- Build war files -->
        <maven:reactor
                  basedir="${basedir}"
  
  
  

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

Reply via email to