Package org.apache.felix.bundleplugin
Class VerifyBundlePlugin
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.felix.bundleplugin.VerifyBundlePlugin
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="verify", threadSafe=true, defaultPhase=VERIFY) public final class VerifyBundlePlugin extends org.apache.maven.plugin.AbstractMojo
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.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
failOnError
Whether to fail on errors.protected boolean
skip
Flag to easily skip execution.
-
Constructor Summary
Constructors Constructor Description VerifyBundlePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-