Class GenerateDdlMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
ca.uhn.fhir.tinder.ddl.GenerateDdlMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="generate-ddl", defaultPhase=PROCESS_CLASSES, requiresDependencyCollection=COMPILE_PLUS_RUNTIME, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, threadSafe=true, requiresProject=true) public class GenerateDdlMojo extends org.apache.maven.plugin.AbstractMojo
  • Field Details

    • packageNames

      @Parameter public List<String> packageNames
    • dialects

      @Parameter public List<GenerateDdlMojo.Dialect> dialects
    • outputDirectory

      @Parameter public String outputDirectory
    • databasePartitionMode

      @Parameter(defaultValue="true", required=false) public Boolean databasePartitionMode
  • Constructor Details

    • GenerateDdlMojo

      public GenerateDdlMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • main

      public static void main(String[] args) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException