From 81c5dac1906cb4e5d22beb86c5b6a5a7c6dbe5c3 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 1 Feb 2006 00:41:31 +0000 Subject: [PATCH] PR: MPARTIFACT-64 Import create-upload-bundle goal from repository-plugin, rename to artifact:create-upload-bundle. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373952 13f79535-47bb-0310-9956-ffa450edef68 --- artifact/plugin.jelly | 43 ++++++++++++++++++++++++++++++++++++++ artifact/xdocs/changes.xml | 1 + artifact/xdocs/goals.xml | 18 ++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 artifact/xdocs/goals.xml diff --git a/artifact/plugin.jelly b/artifact/plugin.jelly index f469c251..bd91e382 100644 --- a/artifact/plugin.jelly +++ b/artifact/plugin.jelly @@ -182,6 +182,49 @@ + + + + + + + + + + + + + + + + + + + + ${context.getAntProject().getReferences().get('maven.compile.src.set')} + + + + + + + + + + + + + + + + + + + + + diff --git a/artifact/xdocs/changes.xml b/artifact/xdocs/changes.xml index 433f6305..f2fadc99 100644 --- a/artifact/xdocs/changes.xml +++ b/artifact/xdocs/changes.xml @@ -25,6 +25,7 @@ + New goal artifact:create-upload-bundle that replaces deprecated create-upload-bundle. Upgrade to HttpClient 3.0. diff --git a/artifact/xdocs/goals.xml b/artifact/xdocs/goals.xml new file mode 100644 index 00000000..1ecbd0fa --- /dev/null +++ b/artifact/xdocs/goals.xml @@ -0,0 +1,18 @@ + + + + + Maven Artifact Plugin Goals + + + + + artifact:create-upload-bundle + + Create a bundle that can be uploaded to ibiblio. + (Replaces the deprecated create-upload-bundle used in Maven 1.0). + + + + + \ No newline at end of file