From 01da2c951f5916a9cba28943c8d9cf8a21f5fbbc Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 16 Feb 2006 22:41:23 +0000 Subject: [PATCH] PR: MPARTIFACT-65 Document artifact:create-upload-bundle goal. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@378387 13f79535-47bb-0310-9956-ffa450edef68 --- artifact/xdocs/changes.xml | 1 + artifact/xdocs/goals.xml | 16 ++++++++++++++-- artifact/xdocs/navigation.xml | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/artifact/xdocs/changes.xml b/artifact/xdocs/changes.xml index 5356b7d4..8b41ae59 100644 --- a/artifact/xdocs/changes.xml +++ b/artifact/xdocs/changes.xml @@ -25,6 +25,7 @@ + Document artifact:create-upload-bundle. Rewrite the POM generated with artifact:create-upload-bundle. Fix also MPREPO-10. 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 index 1ecbd0fa..7d454dd4 100644 --- a/artifact/xdocs/goals.xml +++ b/artifact/xdocs/goals.xml @@ -9,8 +9,20 @@ artifact:create-upload-bundle - Create a bundle that can be uploaded to ibiblio. - (Replaces the deprecated create-upload-bundle used in Maven 1.0). +

+ Create a bundle that can be uploaded to ibiblio. + This creates a ${maven.final.name}-bundle.jar file which + contains: +

+
    +
  • A project.xml file
  • +
  • A license file, taken from ${maven.license.licenseFile}
  • +
  • A ${maven.final.name}-sources.jar file containing the sources
  • +
  • A ${maven.jar.final.name} jar file of the project
  • +
+

+ (Replaces the deprecated create-upload-bundle used in Maven 1.0). +

diff --git a/artifact/xdocs/navigation.xml b/artifact/xdocs/navigation.xml index 5b487897..708d52fe 100644 --- a/artifact/xdocs/navigation.xml +++ b/artifact/xdocs/navigation.xml @@ -32,7 +32,7 @@ - +