nexusbundle:create-bundle

Full name:

org.sonatype.nexus:nexus-plugin-bundle-maven-plugin:1.0-SNAPSHOT:create-bundle

Description:

Create a plugin bundle artifact attach it to the plugins project.

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 1.0.
  • Binds by default to the lifecycle phase: package.

Optional Parameters

Name Type Since Description
assemblyDescriptor File 1.0 Optional alternative assembly descriptor. Generally should avoid using this feature, its here for compatibility reasons.
bundle BundleConfiguration 1.0 Supplemental plugin assembly configuration.

Parameter Details

assemblyDescriptor:

Optional alternative assembly descriptor. Generally should avoid using this feature, its here for compatibility reasons.
  • Type: java.io.File
  • Since: 1.0
  • Required: No

bundle:

Supplemental plugin assembly configuration.
  • Type: org.sonatype.nexus.pluginbundle.maven.BundleConfiguration
  • Since: 1.0
  • Required: No