Class GeneratorMojo
java.lang.Object
org.ehrbase.openehr.sdk.maven.plugin.generator.GeneratorMojo
- All Implemented Interfaces:
org.apache.maven.plugin.Mojo
@Mojo(name="codegen",
defaultPhase=GENERATE_SOURCES)
public class GeneratorMojo
extends Object
implements org.apache.maven.plugin.Mojo
- Author:
- jbellmann
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GeneratorMojo
public GeneratorMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
setLog
public void setLog(org.apache.maven.plugin.logging.Log log) - Specified by:
setLogin interfaceorg.apache.maven.plugin.Mojo
-
getLog
public org.apache.maven.plugin.logging.Log getLog()- Specified by:
getLogin interfaceorg.apache.maven.plugin.Mojo
-