Class HelpMojo

java.lang.Object
com.github.spotbugs.spotbugs_maven_plugin.HelpMojo

@Mojo(name="help", requiresProject=false, threadSafe=true) public class HelpMojo extends Object
Display help information on spotbugs-maven-plugin.
Call mvn spotbugs:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
Author:
maven-plugin-tools
  • Field Details

    • ROLE

      static final String ROLE
  • Constructor Details

    • HelpMojo

      public HelpMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • setLog

      public void setLog(org.apache.maven.plugin.logging.Log arg0)
    • getLog

      public org.apache.maven.plugin.logging.Log getLog()
    • getPluginContext

      public Map getPluginContext()
    • setPluginContext

      public void setPluginContext(Map arg0)