From 3b4b4bb848ee4dc59ca8b8439685014d8055f732 Mon Sep 17 00:00:00 2001 From: dion Date: Sat, 8 Nov 2003 08:49:06 +0000 Subject: [PATCH] Update goals git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114271 13f79535-47bb-0310-9956-ffa450edef68 --- repository/xdocs/goals.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/repository/xdocs/goals.xml b/repository/xdocs/goals.xml index b2944c27..8bede6bb 100644 --- a/repository/xdocs/goals.xml +++ b/repository/xdocs/goals.xml @@ -3,7 +3,6 @@ Maven Repository Plug-in Goals - dIon Gillard @@ -15,10 +14,38 @@ repository:audit-copy-licenses copy all licenses in the audit file to the repository + + repository:audit-create-directory + create the directory, specified by directoryName, for all groups in the audit file + repository:audit-create-licenses create the license directories, for all groups in the audit file, in the repository + + repository:audit-generate-pom + generate a pom for the groupId provided, based on the audit file + + + repository:audit-generate-poms + generate a pom for all the groupId's in the audit file + + + repository:audit-rename-licenses + rename/link all licenses from their original name to ${groupId}.license + + + repository:copy-artifact + copy an artifact, specified by groupId, artifact and type, to the repository + + + repository:copy-jar + copy a jar, specified by groupId and artifact, to the repository + + + repository:copy-snapshot-jar + copy a snapshot jar, specified by groupId and artifact, to the repository + repository:create-project create a project, specified by groupId, in the repository