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