Package io.protostuff.compiler.maven
Class JavaGeneratorMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.protostuff.compiler.maven.AbstractGeneratorMojo
-
- io.protostuff.compiler.maven.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 AbstractGeneratorMojoJava generator MOJO.- Author:
- Kostiantyn Shchepanovskyi
-
-
Field Summary
-
Fields inherited from class io.protostuff.compiler.maven.AbstractGeneratorMojo
excludes, includes
-
-
Constructor Summary
Constructors Constructor Description JavaGeneratorMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Overrides:
executein classAbstractGeneratorMojo- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-