paulsp      2003/08/13 18:59:18

  Modified:    .        maven.xml
  Log:
  Added Jetspeed plugin to allBuild goal
  
  Revision  Changes    Path
  1.2       +7 -0      jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml 28 Jul 2003 23:46:34 -0000      1.1
  +++ maven.xml 14 Aug 2003 01:59:18 -0000      1.2
  @@ -51,6 +51,13 @@
                  ignoreFailures="false"/>
       <maven:reactor
                  basedir="${basedir}"
  +               includes="plugin/project.xml"
  +               goals="jar:install"
  +               banner="Build and Install the Plugin jar"
  +               postProcessing="false"
  +               ignoreFailures="false"/>
  +    <maven:reactor
  +               basedir="${basedir}"
                  includes="commons/project.xml"
                  goals="jar:install"
                  banner="Build and Install the common jar"
  
  
  

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

Reply via email to