You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by le...@apache.org on 2004/06/08 22:27:59 UTC

cvs commit: jakarta-commons-sandbox/attributes maven.xml

leosutic    2004/06/08 13:27:59

  Modified:    attributes maven.xml
  Log:
  Better target names.
  
  Revision  Changes    Path
  1.16      +11 -11    jakarta-commons-sandbox/attributes/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/maven.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- maven.xml	9 May 2004 18:24:57 -0000	1.15
  +++ maven.xml	8 Jun 2004 20:27:59 -0000	1.16
  @@ -38,10 +38,10 @@
   api, which require the unit tests to pass, you have to build this
   package in the following way:
   
  -    maven attributes:install-snapshot
  -    maven attributes:install-plugin
  -    maven attributes:install
  -    maven attributes:test
  +    maven install-snapshot
  +    maven install-plugin
  +    maven install
  +    maven test
   
   ]]></echo>
       </goal>
  @@ -94,7 +94,7 @@
           </j:if>        
       </goal>
       
  -    <goal name="attributes:install" 
  +    <goal name="install" 
           description="Build and install the Jakarta Commons Attributes jars." >
           <attainGoal name="attributes:install-javadoc-1.4"/>
           <maven:reactor
  @@ -105,7 +105,7 @@
               ignoreFailures="false" />
       </goal>
       
  -    <goal name="attributes:install-snapshot" 
  +    <goal name="install-snapshot" 
           description="Build and install the Jakarta Commons Attributes jars." >
           <attainGoal name="attributes:install-javadoc-1.4"/>
           <maven:reactor
  @@ -116,7 +116,7 @@
               ignoreFailures="false" />
       </goal>
       
  -    <goal name="attributes:test" 
  +    <goal name="test" 
           description="Test the installation." >
           <maven:reactor
               basedir="${basedir}"
  @@ -126,7 +126,7 @@
               ignoreFailures="false" />
       </goal>
       
  -    <goal name="attributes:clean" prereqs="clean">
  +    <goal name="clean">
           <maven:reactor
               basedir="${basedir}"
               includes="*/project.xml"
  @@ -136,7 +136,7 @@
               ignoreFailures="false"/>
       </goal>
       
  -    <goal name="attributes:site">
  +    <goal name="site">
           <maven:reactor
               basedir="${basedir}"
               includes="site/project.xml"
  @@ -145,7 +145,7 @@
               ignoreFailures="false" />
       </goal>
       
  -    <goal name="attributes:deploy-site">
  +    <goal name="deploy-site">
           <maven:reactor
               basedir="${basedir}"
               includes="site/project.xml"
  @@ -154,7 +154,7 @@
               ignoreFailures="false" />
       </goal>
       
  -    <goal name="attributes:install-plugin">
  +    <goal name="install-plugin">
           <maven:reactor
               basedir="${basedir}"
               includes="plugin/project.xml"
  
  
  

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