You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2004/05/06 17:25:42 UTC

cvs commit: incubator-geronimo maven.xml

jstrachan    2004/05/06 08:25:42

  Modified:    .        maven.xml
  Log:
  added new target to jar:deploy all modules
  
  Revision  Changes    Path
  1.74      +5 -1      incubator-geronimo/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/maven.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- maven.xml	21 Mar 2004 22:24:38 -0000	1.73
  +++ maven.xml	6 May 2004 15:25:42 -0000	1.74
  @@ -219,6 +219,10 @@
           <modules:reactor goals="clover.wrapper"/>
       </goal>
   
  +  <goal name="modules:jar-deploy">
  +      <modules:reactor goals="jar:deploy"/>
  +  </goal>
  +
       <goal name="modules:clean">
           <attainGoal name="modules:reactor:init"/>
           <u:tokenize var="directories" delim=",">${modules.directories}</u:tokenize>