leosutic    2004/03/19 16:03:03

  Modified:    attributes maven.xml
               attributes/unittest maven.xml
  Log:
  Renamed the goals to "attributes:..."
  
  Revision  Changes    Path
  1.11      +6 -6      jakarta-commons-sandbox/attributes/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/maven.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- maven.xml 18 Mar 2004 23:14:40 -0000      1.10
  +++ maven.xml 20 Mar 2004 00:03:03 -0000      1.11
  @@ -26,7 +26,7 @@
       <property name="pom.specificationVersion" value="1.0"/>
       
       <goal name="attributes:install" 
  -        description="Build the Jakarta Commons Attributes distribution." >
  +        description="Build and install the Jakarta Commons Attributes jars." >
           <maven:reactor
               basedir="${basedir}"
               includes="api/project.xml,compiler/project.xml"
  @@ -37,12 +37,12 @@
           <maven:reactor
               basedir="${basedir}"
               includes="unittest/project.xml"
  -            goals="wrapper"
  +            goals="attributes:test"
               banner="Building:"
               ignoreFailures="false" />
       </goal>
       
  -    <goal name="do-clean" prereqs="clean">
  +    <goal name="attributes:clean" prereqs="clean">
           <maven:reactor
               basedir="${basedir}"
               includes="*/project.xml"
  @@ -52,7 +52,7 @@
               ignoreFailures="false"/>
       </goal>
       
  -    <goal name="do-site">
  +    <goal name="attributes:site">
           <maven:reactor
               basedir="${basedir}"
               includes="site/project.xml"
  @@ -61,7 +61,7 @@
               ignoreFailures="false" />
       </goal>
       
  -    <goal name="do-deploy-site">
  +    <goal name="attributes:deploy-site">
           <maven:reactor
               basedir="${basedir}"
               includes="site/project.xml"
  @@ -70,7 +70,7 @@
               ignoreFailures="false" />
       </goal>
       
  -    <goal name="do-plugin">
  +    <goal name="attributes:plugin">
           <maven:reactor
               basedir="${basedir}"
               includes="plugin/project.xml"
  
  
  
  1.6       +2 -2      jakarta-commons-sandbox/attributes/unittest/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/maven.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- maven.xml 19 Feb 2004 14:49:14 -0000      1.5
  +++ maven.xml 20 Mar 2004 00:03:03 -0000      1.6
  @@ -15,7 +15,7 @@
   = limitations under the License.
   =
   -->
  -<project default="do-install" xmlns:maven="jelly:maven" xmlns:j="jelly:core" 
xmlns:ant="jelly:ant" xmlns:util="jelly:util">
  +<project default="attributes:test" xmlns:maven="jelly:maven" xmlns:j="jelly:core" 
xmlns:ant="jelly:ant" xmlns:util="jelly:util">
       
       <property file="${basedir}/../build.properties"/>
       <property file="${basedir}/../project.properties"/>
  @@ -25,7 +25,7 @@
       <property name="pom.organization.identifier" value="ASF"/>
       <property name="pom.specificationVersion" value="1.0"/>
       
  -    <goal name="wrapper">
  +    <goal name="attributes:test" description="Compile and run unit tests.">
           <taskdef resource="org/apache/commons/attributes/anttasks.properties">
               <classpath>
                   <path refid="maven.dependency.classpath"/>
  
  
  

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

Reply via email to