Class InstructionsPlugin

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="instructions",
          requiresDependencyResolution=TEST,
          threadSafe=true)
    public class InstructionsPlugin
    extends BundlePlugin
    Generate BND instructions for this project
    • Constructor Detail

      • InstructionsPlugin

        public InstructionsPlugin()
    • Method Detail

      • execute

        protected void execute​(Map<String,​String> instructions,
                               org.apache.felix.bundleplugin.BundlePlugin.ClassPathItem[] classpath)
                        throws org.apache.maven.plugin.MojoExecutionException
        Overrides:
        execute in class BundlePlugin
        Throws:
        org.apache.maven.plugin.MojoExecutionException