You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/07/03 19:53:02 UTC

cvs commit: maven-plugins/dist/xdocs goals.xml

carlos      2004/07/03 10:53:02

  Modified:    dist/xdocs goals.xml
  Log:
  Documented dist:deploy-bin
  
  Revision  Changes    Path
  1.5       +8 -1      maven-plugins/dist/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/xdocs/goals.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- goals.xml	12 Apr 2004 22:45:05 -0000	1.4
  +++ goals.xml	3 Jul 2004 17:53:01 -0000	1.5
  @@ -74,7 +74,7 @@
         <goal>
           <name>dist:deploy</name>
           <description>
  -          Deploys a distribution to the remote repository. The distribution
  +          Deploys both source and binary distributions to the remote repository. The distribution
             is packaged as the file <code>distributions.tar.gz</code>. To create
             this file the <code>dist:build</code> goal is attained.
           </description>
  @@ -84,6 +84,13 @@
           <description>
             Simply attains the <code>dist:deploy</code> goal after setting
             the build name to a snapshot format.
  +        </description>
  +      </goal>      
  +      <goal>
  +        <name>dist:deploy-bin</name>
  +        <description>
  +          Deploys a binary distribution to the remote repository. 
  +          To create this file the <code>dist:build-bin</code> goal is attained.
           </description>
         </goal>      
         <goal>
  
  
  

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