Class PdoMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="pdo",
          inheritByDefault=false,
          aggregator=true)
    public class PdoMojo
    extends AbstractWizardMojo
    Wizard to create PDO files.
    • Constructor Detail

      • PdoMojo

        public PdoMojo()
    • Method Detail

      • getPdoProfiles

        public java.util.List<PdoProfile> getPdoProfiles()
      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
        Overrides:
        execute in class AbstractWizardMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • validate

        protected void validate()
                         throws org.apache.maven.plugin.MojoExecutionException
        Description copied from class: AbstractWizardMojo
        Validates the configuration.
        Overrides:
        validate in class AbstractWizardMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException - if project not set or misconfigured