dion        2003/11/08 00:49:06

  Modified:    repository/xdocs goals.xml
  Log:
  Update goals
  
  Revision  Changes    Path
  1.2       +28 -1     maven-plugins/repository/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml 25 Feb 2003 02:46:34 -0000      1.1
  +++ goals.xml 8 Nov 2003 08:49:06 -0000       1.2
  @@ -3,7 +3,6 @@
   <document>
     <properties>
       <title>Maven Repository Plug-in Goals</title>
  -    <author email="[EMAIL PROTECTED]">dIon Gillard</author>
     </properties>
     <body>
       <goals>
  @@ -16,8 +15,36 @@
           <description>copy all licenses in the audit file to the 
repository</description>
         </goal>
         <goal>
  +        <name>repository:audit-create-directory</name>
  +        <description>create the directory, specified by directoryName, for all 
groups in the audit file</description>
  +      </goal>
  +      <goal>
           <name>repository:audit-create-licenses</name>
           <description>create the license directories, for all groups in the audit 
file, in the repository</description>
  +      </goal>
  +      <goal>
  +        <name>repository:audit-generate-pom</name>
  +        <description>generate a pom for the groupId provided, based on the audit 
file</description>
  +      </goal>
  +      <goal>
  +        <name>repository:audit-generate-poms</name>
  +        <description>generate a pom for all the groupId's in the audit 
file</description>
  +      </goal>
  +      <goal>
  +        <name>repository:audit-rename-licenses</name>
  +        <description>rename/link all licenses from their original name to 
${groupId}.license</description>
  +      </goal>
  +      <goal>
  +        <name>repository:copy-artifact</name>
  +        <description>copy an artifact, specified by groupId, artifact and type, to 
the repository</description>
  +      </goal>
  +      <goal>
  +        <name>repository:copy-jar</name>
  +        <description>copy a jar, specified by groupId and artifact, to the 
repository</description>
  +      </goal>
  +      <goal>
  +        <name>repository:copy-snapshot-jar</name>
  +        <description>copy a snapshot jar, specified by groupId and artifact, to the 
repository</description>
         </goal>
         <goal>
           <name>repository:create-project</name>
  
  
  

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

Reply via email to