repository:bundle-create

Full name:

org.apache.maven.plugins:maven-repository-plugin:2.4:bundle-create

Description:

Goal which creates an upload bundle for a project built with Maven.

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 2.0.
  • Invokes the execution of the lifecycle phase package prior to executing itself.

Optional Parameters

Name Type Since Description
disableMaterialization boolean 2.0 Disable validations to make sure bundle supports project materialization.
WARNING: This means your project will be MUCH harder to use.
Default value is: false.
User property is: bundle.disableMaterialization.

Parameter Details

disableMaterialization:

Disable validations to make sure bundle supports project materialization.
WARNING: This means your project will be MUCH harder to use.
  • Type: boolean
  • Since: 2.0
  • Required: No
  • User Property: bundle.disableMaterialization
  • Default: false