Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Goals

GoalDescription
artifact:create-upload-bundle

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).