Class DataModelGeneratorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.sap.cloud.sdk.datamodel.openapi.generator.DataModelGeneratorMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="generate",
defaultPhase=GENERATE_SOURCES,
requiresProject=false)
public class DataModelGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
Mojo used in the REST Generator Maven Plugin.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
DataModelGeneratorMojo
public DataModelGeneratorMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-