Package lombok.maven

Class HelpMojo

  • All Implemented Interfaces:
    ContextEnabled, Mojo

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