Class EclipselinkDdlGenerationMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.ethlo.persistence.tools.eclipselink.EclipselinkDdlGenerationMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(requiresDependencyResolution=COMPILE, defaultPhase=PROCESS_CLASSES, name="ddl", requiresProject=true) public class EclipselinkDdlGenerationMojo extends org.apache.maven.plugin.AbstractMojo- Author:
- Morten Haraldsen
-
-
Constructor Summary
Constructors Constructor Description EclipselinkDdlGenerationMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()voidgenerateSchema()voidsetLogLevel(String logLevel)
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
generateSchema
public void generateSchema() throws org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoFailureException
-
setLogLevel
public void setLogLevel(String logLevel)
-
-