Class TinderSourcesGeneratorMojo

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

@Mojo(name="generate-sources", defaultPhase=GENERATE_SOURCES) public class TinderSourcesGeneratorMojo extends AbstractGeneratorMojo
  • Field Details

    • targetDirectory

      @Parameter(required=true, defaultValue="${project.build.directory}/generated-sources/tinder") protected File targetDirectory
  • Constructor Details

    • TinderSourcesGeneratorMojo

      public TinderSourcesGeneratorMojo()
  • Method Details

    • doExecute

      public void doExecute(Configuration configuration) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Specified by:
      doExecute in class AbstractGeneratorMojo
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • getTargetDirectory

      protected File getTargetDirectory()
      Specified by:
      getTargetDirectory in class AbstractGeneratorMojo