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 @@ - +