You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2003/12/11 00:01:15 UTC

cvs commit: maven maven.xml

brett       2003/12/10 15:01:15

  Modified:    .        Tag: MAVEN-1_0-BRANCH maven.xml
  Log:
  implement missing plugins-install goal
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.97.2.2  +14 -2     maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/maven.xml,v
  retrieving revision 1.97.2.1
  retrieving revision 1.97.2.2
  diff -u -r1.97.2.1 -r1.97.2.2
  --- maven.xml	2 Dec 2003 04:01:10 -0000	1.97.2.1
  +++ maven.xml	10 Dec 2003 23:01:15 -0000	1.97.2.2
  @@ -66,6 +66,20 @@
       />
     </goal>
   
  +  <goal 
  +    name="maven:plugins-install"
  +    description="Install each Maven plugin">
  +
  +    <maven:reactor
  +      basedir="${maven.plugins.directory}"
  +      includes="${maven.plugins.includes}"
  +      excludes="${maven.plugins.excludes}"
  +      goals="clean,plugin:install"
  +      banner="Installing"
  +      ignoreFailures="false"
  +    />
  +  </goal>
  +
     <goal name="maven:plugins-clean"
       description="Cleans all plugin projects">
   
  @@ -112,7 +126,6 @@
     <goal name="maven:install"
           description="Build and copy new plugins and a new maven jar to ${maven.home}">
   
  -    <attainGoal name="maven:plugins-build"/>
       <attainGoal name="maven:plugins-install"/>
       <!--
         When we'll have online / offline mechanisms, we will check to see if
  @@ -120,5 +133,4 @@
       <attainGoal name="install:from-web"/>
       -->
     </goal>
  -
   </project>
  
  
  

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