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​(java.util.Map<java.lang.String,​java.lang.String> instructions,
                               BundlePlugin.ClassPathItem[] classpath)
                        throws org.apache.maven.plugin.MojoExecutionException
        Overrides:
        execute in class BundlePlugin
        Throws:
        org.apache.maven.plugin.MojoExecutionException