weaver      2004/09/03 12:50:35

  Modified:    .        maven.xml
  Log:
  Added a goal that just jar:installs all projects
  
  Revision  Changes    Path
  1.93      +11 -0     jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- maven.xml 28 Aug 2004 00:55:45 -0000      1.92
  +++ maven.xml 3 Sep 2004 19:50:35 -0000       1.93
  @@ -121,6 +121,17 @@
                  ignoreFailures="false"/>
     </goal>
     
  +  <goal name ="jetspeed2:jar:install">
  +    <maven:reactor
  +               basedir="${basedir}"
  +               includes="**/project.xml"
  +               excludes="maven-plugin/**,cornerstone-jmx/**,cornerstone-jmx-demo/**"
  +               goals="jar:install"
  +               banner="Build and Install all Jetspeed 2 jars"
  +               postProcessing="false"
  +               ignoreFailures="false"/>
  +  </goal>
  +  
     <goal name="allBuild"
           description="Build all jars and war">
       <attainGoal name="check.required.properties"/>
  
  
  

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

Reply via email to