taylor      2004/03/05 10:49:07

  Modified:    .        maven.xml
  Log:
  maven reactor wasn't calling jetspeed/components in allBuild
  
  Revision  Changes    Path
  1.33      +7 -0      jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- maven.xml 5 Mar 2004 16:54:37 -0000       1.32
  +++ maven.xml 5 Mar 2004 18:49:07 -0000       1.33
  @@ -62,6 +62,13 @@
                  postProcessing="false"
                  ignoreFailures="false"/>
       <maven:reactor
  +               basedir="${basedir}/components/jetspeed"
  +               includes="project.xml"
  +               goals="jar:install"
  +               banner="Build and Install the Jetspeed Components jar"
  +               postProcessing="false"
  +               ignoreFailures="false"/>
  +    <maven:reactor
                  basedir="${basedir}/components/rdbms"
                  includes="project.xml"
                  goals="jar:install"
  
  
  

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

Reply via email to