Class JModListMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.jmod.AbstractJModMojo
org.apache.maven.plugins.jmod.JModListMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="list", requiresDependencyResolution=NONE, defaultPhase=NONE) public class JModListMojo extends AbstractJModMojo
This goal is to support the usage of jmod list to show the content of a jmod file.
Author:
Karl Heinz Marbaise khmarbaise@apache.org
  • Constructor Details

    • JModListMojo

      @Inject public JModListMojo(org.apache.maven.toolchain.ToolchainManager toolchainManager)
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException