Class WrapPlugin

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

    @Deprecated
    @Mojo(name="wrap",
          requiresDependencyResolution=TEST,
          defaultPhase=PACKAGE)
    public final class WrapPlugin
    extends BundleAllPlugin
    Deprecated.
    The wrap goal is no longer supported and may be removed in a future release
    Build an OSGi bundle jar for direct dependencies.
    • Constructor Detail

      • WrapPlugin

        public WrapPlugin()
        Deprecated.
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Deprecated.
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
        Overrides:
        execute in class BundleAllPlugin
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        See Also:
        Mojo.execute()