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​(org.apache.maven.project.MavenProject project,
                               org.apache.maven.shared.dependency.graph.DependencyNode dependencyGraph,
                               Map<String,​String> instructions,
                               Properties properties,
                               aQute.bnd.osgi.Jar[] classpath)
                        throws org.apache.maven.plugin.MojoExecutionException
        Overrides:
        execute in class BundlePlugin
        Throws:
        org.apache.maven.plugin.MojoExecutionException