Class JavaGeneratorMojo

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

    @Mojo(name="java",
          threadSafe=true,
          configurator="include-project-dependencies",
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
    public class JavaGeneratorMojo
    extends AbstractGeneratorMojo
    Java generator MOJO.
    Author:
    Kostiantyn Shchepanovskyi
    • Constructor Detail

      • JavaGeneratorMojo

        public JavaGeneratorMojo()
    • Method Detail

      • execute

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