Package ch.helvethink.odoo4java
Class GeneratorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
ch.helvethink.odoo4java.GeneratorMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate",
defaultPhase=GENERATE_SOURCES)
public class GeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
Goal which generates classes from an Odoo instance, using XML-RPC (ch.helvethink.odoo.generator: generate)
-
Field Summary
FieldsFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Main entrypoint for the plugin (ch.helvethink.odoo.generator: generate)Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
LOG
public static final org.slf4j.Logger LOGSimple logger -
INFO_SEPARATOR
- See Also:
-
-
Constructor Details
-
GeneratorMojo
public GeneratorMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionExceptionMain entrypoint for the plugin (ch.helvethink.odoo.generator: generate)- Throws:
org.apache.maven.plugin.MojoExecutionException
-