epugh       2004/03/31 11:20:50

  Modified:    .        project.properties maven.xml
  Log:
  Cleanup multiproject builds.
  
  Revision  Changes    Path
  1.30      +2 -2      jakarta-turbine-2/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.properties,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.properties        30 Mar 2004 23:55:11 -0000      1.29
  +++ project.properties        31 Mar 2004 19:20:50 -0000      1.30
  @@ -48,7 +48,7 @@
   # -------------------------------------------------------------------
   #  M U L T I P R O J E C T   S E T T I N G S
   # -------------------------------------------------------------------
  -maven.multiproject.ignoreFailures=false
  +maven.multiproject.ignoreFailures=true
   maven.multiproject.navigation=aggregate
   maven.multiproject.aggregateDir=
   maven.multiproject.type=jar
  
  
  
  1.20      +11 -3     jakarta-turbine-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/maven.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- maven.xml 30 Mar 2004 23:55:11 -0000      1.19
  +++ maven.xml 31 Mar 2004 19:20:50 -0000      1.20
  @@ -30,7 +30,7 @@
     xmlns:m="maven"
     xmlns:u="jelly:util"
     xmlns:maven="jelly:maven"
  -  default="multiproject:install">
  +  default="turbine:build">
   
     
     <!-- ================================================================== -->
  @@ -124,7 +124,7 @@
     <!-- Generate the Torque Implementations for Schedule   -->
     <!-- and Security Site                                  -->
     <!-- ================================================== -->
  -  <!--spostGoal name="site">
  +  <!--postGoal name="site">
        <maven:reactor
         basedir="${basedir}/src/torque"
         includes="project.xml"
  @@ -137,4 +137,12 @@
         <fileset dir="${basedir}/src/torque/target/docs"/>
       </copy>
     </postGoal-->  
  +  
  +  <goal name="turbine:build" description="Build all Turbine components">
  +     <attainGoal name="jar"/>
  +     <attainGoal name="multiproject:artifact"/>      
  +  </goal>
  +  <goal name="turbine:clean" description="Clean all Turbine components" 
prereqs="clean">
  +     <attainGoal name="multiproject:clean"/>         
  +  </goal>  
   </project>
  
  
  

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

Reply via email to