dion        2004/08/04 17:34:21

  Modified:    plugin/xdocs changes.xml goals.xml
  Log:
  Doc use of artifact plugin
  
  Revision  Changes    Path
  1.31      +1 -0      maven-plugins/plugin/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/xdocs/changes.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- changes.xml       18 Jul 2004 14:38:18 -0000      1.30
  +++ changes.xml       5 Aug 2004 00:34:21 -0000       1.31
  @@ -26,6 +26,7 @@
     <body>
       <release version="1.5.2-SNAPSHOT" date="in CVS">
         <action dev="dion" type="add">Add plugin:generate-tags goal</action>
  +      <action dev="dion" type="add">Mention in docs for the 
plugin:repository-deploy that it uses the artifact plugin</action>
       </release>
       <release version="1.5.1" date="2004-07-09">
         <action dev="dion" type="add" issue="MPPLUGIN-20">Prompt for artifactId, 
groupId and version if missing.</action>
  
  
  
  1.9       +4 -0      maven-plugins/plugin/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/xdocs/goals.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- goals.xml 18 Jul 2004 14:32:23 -0000      1.8
  +++ goals.xml 5 Aug 2004 00:34:21 -0000       1.9
  @@ -108,12 +108,16 @@
           <name>plugin:repository-deploy</name>
           <description>
             Deploy the current plugin version to the remote repository.
  +          This uses the <a href="../artifact/index.html">Artifact plugin</a> to
  +          do the deployment, so properties need to be set up as per that plugin.
           </description>
         </goal>
         <goal>
           <name>plugin:repository-deploy-snapshot</name>
           <description>
             Deploy a snapshot build of the plugin to the remote repository.
  +          This uses the <a href="../artifact/index.html">Artifact plugin</a> to
  +          do the deployment, so properties need to be set up as per that plugin.
           </description>
         </goal>
       </goals>
  
  
  

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

Reply via email to