Package org.reficio.p2
Class P2Mojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.reficio.p2.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.ContextualizableMain plugin class- Since:
- 1.0.0
- Author:
- Tom Bujok (tom.bujok@gmail.com)
Reficio (TM) - Reestablish your software!
http://www.reficio.org
-
-
Constructor Summary
Constructors Constructor Description P2Mojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextualize(org.codehaus.plexus.context.Context context)voidexecute()Processing entry point.
-
-
-
Method Detail
-
execute
public void execute()
Processing entry point. Method that orchestrates the execution of the plugin.- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo
-
contextualize
public void contextualize(org.codehaus.plexus.context.Context context) throws org.codehaus.plexus.context.ContextException- Specified by:
contextualizein interfaceorg.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable- Throws:
org.codehaus.plexus.context.ContextException
-
-