bundle:verify
Full name:
org.apache.felix:maven-bundle-plugin:4.2.1:verify
Description:
Verifies OSGi bundle metadata contains valid entries. Supported
checks in the current version:
- All packages declared in the Export-Package
header are really included in the bundle.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase: verify.
Optional Parameters
Name |
Type |
Since |
Description |
failOnError |
boolean |
- |
Whether to fail on errors. Default value is: true. User property is: failOnError. |
skip |
boolean |
- |
Flag to easily skip execution. Default value is: false. User property is: skip. |
Parameter Details
failOnError:
Whether to fail on errors.
- Type: boolean
- Required: No
- User Property: failOnError
- Default: true
skip:
Flag to easily skip execution.
- Type: boolean
- Required: No
- User Property: skip
- Default: false