weaver      2004/04/22 14:20:15

  Modified:    .        Tag: NANOCONTAINER_DEPLOYER maven.xml
  Log:
  added a simple goal to build all of the component sub projects
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.42.2.1  +12 -0     jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.42
  retrieving revision 1.42.2.1
  diff -u -r1.42 -r1.42.2.1
  --- maven.xml 2 Apr 2004 18:40:09 -0000       1.42
  +++ maven.xml 22 Apr 2004 21:20:15 -0000      1.42.2.1
  @@ -49,6 +49,18 @@
                  postProcessing="false"
                  ignoreFailures="false"/>
     </goal>
  +  
  +  <goal name="build.all.components"
  +        description="Build and install all the component jars">
  +
  +    <maven:reactor
  +               basedir="${basedir}"
  +               includes="**/components/*/project.xml"
  +               goals="jar:install"
  +               banner="Build and install all the component jars"
  +               postProcessing="false"
  +               ignoreFailures="false"/>
  +   </goal>
   
     <goal name="allBuild"
           description="Build all jars and war">
  
  
  

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

Reply via email to