Class AbstractWSDL2CodeMojo

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

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

      • AbstractWSDL2CodeMojo

        public AbstractWSDL2CodeMojo()
    • Method Detail

      • execute

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

        protected abstract File getOutputDirectory()
      • addSourceRoot

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