You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2004/05/13 14:19:24 UTC

cvs commit: jakarta-cactus project.properties maven.xml

vmassol     2004/05/13 05:19:24

  Modified:    .        project.properties maven.xml
  Log:
  use the multiproject plugin
  
  Revision  Changes    Path
  1.5       +3 -1      jakarta-cactus/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	21 Sep 2003 08:50:04 -0000	1.4
  +++ project.properties	13 May 2004 12:19:24 -0000	1.5
  @@ -13,3 +13,5 @@
   cactus.j2ee.version.minor = 3
   cactus.j2ee.version = ${cactus.j2ee.version.major}${cactus.j2ee.version.minor}
   cactus.j2ee.version.full = ${cactus.j2ee.version.major}.${cactus.j2ee.version.minor}
  +
  +maven.multiproject.includes=*/project.xml,samples/*/project.xml
  
  
  
  1.3       +7 -23     jakarta-cactus/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	9 Apr 2004 16:53:14 -0000	1.2
  +++ maven.xml	13 May 2004 12:19:24 -0000	1.3
  @@ -5,21 +5,16 @@
   
     <!-- Note: This file is automatically inherited by all Cactus Maven 
          projects -->
  -       
  +
     <!--
        ========================================================================
          Package all Cactus modules.
        ========================================================================
     -->
     <goal name="cactus-build:jar">
  -    
  -    <maven:reactor
  -      basedir="${basedir}"
  -      includes="*/project.xml,samples/*/project.xml"
  -      goals="jar:jar"
  -      banner="Building"
  -      ignoreFailures="false"
  -    />
  +
  +    <j:set var="goal" value="jar:jar"/>
  +    <attainGoal name="multiproject:goal"/>
   
     </goal>
   
  @@ -30,13 +25,8 @@
     -->
     <goal name="cactus-build:clean">
   
  -    <maven:reactor
  -      basedir="${basedir}"
  -      includes="*/project.xml,samples/*/project.xml"
  -      goals="clean"
  -      banner="Cleaning"
  -      ignoreFailures="false"
  -    />
  +    <j:set var="goal" value="clean:clean"/>
  +    <attainGoal name="multiproject:goal"/>
   
     </goal>
   
  @@ -47,13 +37,7 @@
     -->
     <goal name="cactus-build:site">
   
  -    <maven:reactor
  -      basedir="${basedir}"
  -      includes="*/project.xml,samples/*/project.xml"
  -      goals="site"
  -      banner="Generating site"
  -      ignoreFailures="false"
  -    />
  +    <attainGoal name="multiproject:site"/>
   
     </goal>
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org