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 Details

    • EclipselinkDdlGenerationMojo

      public EclipselinkDdlGenerationMojo()
  • Method Details

    • 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)