You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/10/01 01:30:32 UTC

cvs commit: maven/src/plugins-build/plugin project.xml

dion        2003/09/30 16:30:32

  Modified:    src/plugins-build/plugin/xdocs goals.xml changes.xml
               src/plugins-build/plugin project.xml
  Log:
  Add docs
  
  Revision  Changes    Path
  1.3       +4 -0      maven/src/plugins-build/plugin/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/plugin/xdocs/goals.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- goals.xml	18 Sep 2003 07:26:24 -0000	1.2
  +++ goals.xml	30 Sep 2003 23:30:32 -0000	1.3
  @@ -42,6 +42,10 @@
           <name>plugin:install</name>
           <description>Install the plugin in Maven's plugins dir</description>
         </goal>
  +      <goal>
  +        <name>plugin:test</name>
  +        <description>Run a plugin's test project</description>
  +      </goal>
       </goals>
     </body>
   </document>
  
  
  
  1.6       +4 -0      maven/src/plugins-build/plugin/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/plugin/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml	29 Sep 2003 06:27:58 -0000	1.5
  +++ changes.xml	30 Sep 2003 23:30:32 -0000	1.6
  @@ -6,6 +6,10 @@
     </properties>
   
     <body>
  +    <release version="1.2" date="in CVS">
  +      <action dev="dion" type="add">Add plugin:test goal</action>
  +    </release>
  +    
   	<release version="1.1" date="2003-09-29">
   	  <action dev="dion" type="add">
   	    Added plugin:download goal
  
  
  
  1.20      +1 -1      maven/src/plugins-build/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/plugin/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	29 Sep 2003 05:19:13 -0000	1.19
  +++ project.xml	30 Sep 2003 23:30:32 -0000	1.20
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-plugin-plugin</id>
     <name>Maven Plugin Plugin</name>
  -  <currentVersion>1.1</currentVersion>
  +  <currentVersion>1.2-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Maven Plugin plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/plugin/</url>
  
  
  

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