Example usage for org.apache.maven.plugin Mojo interface-usage

List of usage examples for org.apache.maven.plugin Mojo interface-usage

Introduction

In this page you can find the example usage for org.apache.maven.plugin Mojo interface-usage.

Usage

From source file com.redhat.tools.nexus.maven.plugin.buildhelper.InjectArtifactHandlerMojo.java

/**
 * Injects an {@link ArtifactHandler} instance, loaded from build extensions, into the current project's
 * {@link Artifact} instance. The new handler is loaded using the project's packaging. This mojo compensates for bugs in
 * the build-extension handling of Maven versions prior to 2.2.1.
 * 
 * @goal inject-artifact-handler

From source file com.redhat.tools.nexus.maven.plugin.buildhelper.ValidateDependenciesMojo.java

/**
 * Check that any application plugin dependencies are specified with 'provided' scope, along with any dependencies that
 * have a groupId that belongs in the application's core. Specifying these as 'provided' scope means that the plugin
 * expects its runtime environment to provide them, which in the case of core dependencies and other plugins, is
 * appropriate.
 * 

From source file com.sixdimensions.wcm.cq.pack.PackageMojo.java

/**
 * Goal which uploads and installs a package to Adobe CQ.
 * 
 * @goal install-package
 * 
 * @phase install

From source file mng3530.SetPathMojo.java

/**
 * Modify the build path project.build.directory, contained in the current
 * project instance. This and the corresponding {@link ValidatePathMojo} should
 * prove or disprove the ability to have build-path modifications ripple through
 * the project's values, such as plugin configurations.
 *

From source file mng3530.SetPropertyMojo.java

/**
 * Modify the POM property myDirectory, contained in the current
 * project instance. This and the corresponding {@link ValidatePropertyMojo} should
 * prove or disprove the ability to have POM-property modifications ripple through
 * the project's values, such as plugin configurations.
 *

From source file org.apache.geronimo.mavenplugins.car.AbstractCarMojo.java

/**
 * Support for <em>packaging</em> Mojos.
 *
 * @version $Rev: 1307840 $ $Date: 2012-04-01 00:13:05 +0800 (Sun, 01 Apr 2012) $
 */
public abstract class AbstractCarMojo extends AbstractLogEnabled implements Mojo {

From source file org.apache.geronimo.mavenplugins.osgi.DisplayManifestMojo.java

/** 
 * @goal display-manifest
 */
public class DisplayManifestMojo extends AbstractLogEnabled implements Mojo {

    private final String TAB = "  ";

From source file org.apache.geronimo.mavenplugins.osgi.VerifyManifestMojo.java

/** 
 * @goal verify-manifest
 */
public class VerifyManifestMojo extends AbstractLogEnabled implements Mojo {

    private Log log;

From source file org.apache.geronimo.mavenplugins.property.SetPropertyMojo.java

/** 
 * @goal set-property
 */
public class SetPropertyMojo extends AbstractLogEnabled implements Mojo {

    private Log log;

From source file org.apache.torque.generator.maven.TorqueGeneratorMojo.java

/**
 * Executes a unit of generation within the torque generator.
 *
 * $Id: TorqueGeneratorMojo.java 1401885 2012-10-24 21:13:09Z tfischer $
 *
 * @goal generate