smor        2002/07/08 12:50:03

  Modified:    .        maven.xml
  Log:
  Removed bootstrap. Bootstrapping Maven with Maven might be too much!
  
  Revision  Changes    Path
  1.11      +0 -17     jakarta-turbine-maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/maven.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- maven.xml 7 Jul 2002 20:26:41 -0000       1.10
  +++ maven.xml 8 Jul 2002 19:50:03 -0000       1.11
  @@ -119,21 +119,4 @@
       -->
     </goal>
   
  -
  -  <!-- ================================================================== -->
  -  <!-- B O O T S T R A P                                                  -->
  -  <!-- ================================================================== -->
  -  <!-- Download the source from cvs, get the dependencies from the POM,   -->
  -  <!-- install new plugins, compile the project, and copy a new jar to    -->
  -  <!-- the project's home/lib directory.                                  -->
  -  <!-- ================================================================== -->
  -
  -  <goal name="bootstrap"
  -        description="Update Maven and install it">
  -
  -    <attainGoal name="update"/>
  -    <attainGoal name="install"/>
  -
  -  </goal>
  -
   </project>
  
  
  

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

Reply via email to