Class GenerateStubsMojo

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

    @Mojo(name="generateStubs",
          defaultPhase=PACKAGE,
          requiresProject=true)
    public class GenerateStubsMojo
    extends org.apache.maven.plugin.AbstractMojo
    Picks the converted .json files and creates a jar. Requires convert to be executed first.
    Author:
    Mariusz Smykula
    • Constructor Detail

      • GenerateStubsMojo

        public GenerateStubsMojo()
    • Method Detail

      • 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