Class ParseMojo

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

    @Mojo(name="parse",
          defaultPhase=GENERATE_SOURCES,
          threadSafe=true)
    public class ParseMojo
    extends BuildMojo
    A BuildMojo that always forces BuildMojo.generate to false, with the goal of parsing header files instead.
    • Constructor Detail

      • ParseMojo

        public ParseMojo()
    • Method Detail

      • execute

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