Class P2Mojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

    @Mojo(name="site",
          defaultPhase=COMPILE,
          requiresDependencyResolution=RUNTIME,
          requiresDependencyCollection=RUNTIME)
    public class P2Mojo
    extends org.apache.maven.plugin.AbstractMojo
    implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
    Main plugin class
    Since:
    1.0.0
    Author:
    Tom Bujok (tom.bujok@gmail.com)
    Reficio (TM) - Reestablish your software!
    http://www.reficio.org
    • Constructor Detail

      • P2Mojo

        public P2Mojo()
    • Method Detail

      • execute

        public void execute()
        Processing entry point. Method that orchestrates the execution of the plugin.
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
      • contextualize

        public void contextualize​(org.codehaus.plexus.context.Context context)
                           throws org.codehaus.plexus.context.ContextException
        Specified by:
        contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
        Throws:
        org.codehaus.plexus.context.ContextException