repository:bundle-create
Full name:
org.apache.maven.plugins:maven-repository-plugin:2.3.1:bundle-create
Description:
Goal which creates an upload bundle for a project built with Maven.
Attributes:
- Requires a Maven 2.0 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 . |
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
- Expression:
${bundle.disableMaterialization}
- Default:
false