Class 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 Detail

      • EclipselinkDdlGenerationMojo

        public EclipselinkDdlGenerationMojo()
    • 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)