Class AbstractXSD2JavaMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    GenerateSourcesMojo, GenerateTestSourcesMojo

    public abstract class AbstractXSD2JavaMojo
    extends org.apache.maven.plugin.AbstractMojo
    • Constructor Detail

      • AbstractXSD2JavaMojo

        public AbstractXSD2JavaMojo()
    • Method Detail

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

        protected abstract File getOutputDirectory()
      • addSourceRoot

        protected abstract void addSourceRoot​(org.apache.maven.project.MavenProject project)