Class AbstractUberWarMojo

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

    public abstract class AbstractUberWarMojo
    extends org.apache.maven.plugin.AbstractMojo
    Common mojo for Uberjar.
    • Constructor Detail

      • AbstractUberWarMojo

        public AbstractUberWarMojo()
    • Method Detail

      • execute

        public abstract void execute()
                              throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException - on error
      • getProject

        public org.apache.maven.project.MavenProject getProject()
        Gets the configured project.
        Returns:
        the maven project
      • setProject

        public void setProject​(org.apache.maven.project.MavenProject project)
        Sets the configured project.
        Parameters:
        project - the project to use