Class AbstractCreateRepositoryMojo

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

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

      • AbstractCreateRepositoryMojo

        public AbstractCreateRepositoryMojo()
    • Method Detail

      • getScope

        protected abstract String getScope()
      • getInputDirectory

        protected abstract File getInputDirectory()
      • getOutputDirectory

        protected abstract File getOutputDirectory()
      • getClassDirectories

        protected abstract File[] getClassDirectories()
      • 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