Full name:
de.dentrassi.maven:osgi-dp:0.4.1:build
Description:
This mojo allows building an OSGi DP based on the main artifact, optional Tycho feature dependencies and additional dependencies.
Attributes:
Name | Type | Since | Description |
---|---|---|---|
additionalDependencies | Dependency[] | - | Additional dependencies to package |
attach | boolean | - | Whether or not the resulting DP should be attached to the project
output Default value is: true. |
skip | boolean | - | Skip the generation of the DP Default value is: false. User property is: osgi-dp.skip. |
useQualifiedFilename | boolean | - | Whether or not to use a qualified target filename
By default the project version will be used as filename. If this property is set to true then the qualified OSGi version will be used. Default value is: false. |
version | String | - | An optional explicit version
Note: This version must be a valid OSGi version By default the version of the project will be used. The -SNAPSHOT suffix will be replaced by the current timestamp. User property is: version. |
skip:
By default the project version will be used as filename. If this property is set to true then the qualified OSGi version will be used.
Note: This version must be a valid OSGi version
By default the version of the project will be used. The -SNAPSHOT suffix will be replaced by the current timestamp.