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