List of usage examples for org.apache.maven.plugin ContextEnabled interface-usage
From source file com.martenscs.tycho.target.CreateProjectFromArchetypeMojo.java
/**
* Generates a new project from an archetype, or updated the actual project if using a partial
* archetype. If the project is fully generated, it is generated in a directory corresponding to its
* artifactId. If the project is updated with a partial archetype, it is done in the current
* directory.
*
From source file de.bbe_consulting.mavento.AbstractArchetypeMojo.java
/** * Create a new Magento project/module from a template (aka archetype). * * @author Erik Dannenberg */ public abstract class AbstractArchetypeMojo extends AbstractMojo implements ContextEnabled {
From source file org.codehaus.gmaven.mojo.GroovyMojo.java
/**
* Provides support for Maven 2 plugins implemented in Groovy.
*
* @version $Id$
* @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
*/
From source file org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal.java
public abstract class AbstractDirectoryGoal implements Mojo, ContextEnabled { private Log log; /** * @parameter default-value="dirProperty"
From source file org.commonjava.maven.plugins.execroot.DirectoryOfGoal.java
/**
* @goal directory-of
* @requiresProject true
* @phase initialize
*
* Find the topmost directory in this Maven execution, and set it as a property.
From source file org.commonjava.maven.plugins.execroot.ExecutionRootGoal.java
/**
* @goal execution-root
* @requiresProject true
* @phase initialize
*
* Find the topmost directory in this Maven execution, and set it as a property.
From source file org.commonjava.maven.plugins.execroot.HighestBasedirGoal.java
/**
* @goal highest-basedir
* @requiresProject true
* @phase initialize
*
* Find the topmost directory in this Maven execution, and set it as a property.
From source file org.forgerock.openicf.maven.ConnectorMojoBridge.java
/**
* A ConnectorMojoBridge is a common interface for different report Mojos using
* the same ConnectorInfo.
*
* @author Laszlo Hordos
*/