Update goals

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-11-08 08:49:06 +00:00
parent 64e4fa0a99
commit 3b4b4bb848

View File

@@ -3,7 +3,6 @@
<document>
<properties>
<title>Maven Repository Plug-in Goals</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<goals>
@@ -15,10 +14,38 @@
<name>repository:audit-copy-licenses</name>
<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>
<description>create a project, specified by groupId, in the repository</description>