Class AbstractCommonMojo

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

    public abstract class AbstractCommonMojo
    extends org.apache.maven.plugin.AbstractMojo
    Common MOJO providing an accessor to the Maven Project object (this is the object containing all information contained in the POM on which the MOJO is called).
    • Constructor Detail

      • AbstractCommonMojo

        public AbstractCommonMojo()
    • Method Detail

      • getProject

        public org.apache.maven.project.MavenProject getProject()
        Returns:
        the Maven project object (this is the object containing all information contained in the POM on which the MOJO is called).