Example usage for org.apache.maven AbstractMavenLifecycleParticipant subclass-usage

List of usage examples for org.apache.maven AbstractMavenLifecycleParticipant subclass-usage

Introduction

In this page you can find the example usage for org.apache.maven AbstractMavenLifecycleParticipant subclass-usage.

Usage

From source file com.basistech.mext.VersionGeneratorLifecycleParticipant.java

/**
 *
 */
@Component(role = AbstractMavenLifecycleParticipant.class, hint = "com.basistech.version")
public class VersionGeneratorLifecycleParticipant extends AbstractMavenLifecycleParticipant {
    private static final Logger LOG = LoggerFactory.getLogger(VersionGeneratorLifecycleParticipant.class);

From source file com.coutemeier.maven.jsr223.profileactivator.JSR223ProfileActivatorLifecycleParticipant.java

/**
 * This class allows JSR223ProfileActivator core extension to participate in Maven build session lifecycle.
 * <p>
 * We use it for logging a startup message.
 */
@Component(role = AbstractMavenLifecycleParticipant.class, hint = "jsr223ProfileActivator")

From source file com.doublefx.maven.utils.flexmojos.mavenValidator.FlexMojosExtensionInstallationHelper.java

@Component(role = AbstractMavenLifecycleParticipant.class, hint = "mavenExtensionInstallHelper")
public class FlexMojosExtensionInstallationHelper extends AbstractMavenLifecycleParticipant {

    private static final String GROUP_ID = "com.doublefx.maven.utils.flexmojos";
    private static final String ARTIFACT_ID = "flexmojos-compatible-model-validator";
    private static final String MINIMAL_VERSION = "1.0.0-SNAPSHOT";

From source file com.github.htfv.maven.plugins.buildconfigurator.extension.BuildConfiguratorExtension.java

/**
 * Configures loaded projects according to the configuration of the
 * {@code build-configuration-maven-plugin}.
 * <ul>
 * <li>Updates project properties from property files listed in the
 * {@code <propertyFiles>} element.</li>

From source file com.github.shyiko.sme.ServersExtension.java

/**
 * @author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
 */
@Component(role = AbstractMavenLifecycleParticipant.class)
public class ServersExtension extends AbstractMavenLifecycleParticipant implements Contextualizable {

From source file com.github.shyiko.ump.NonRecursiveExtension.java

/**
 * @author <a href="mailto:stanley.shyiko@gmail.com">Stanley Shyiko</a>
 */
@Component(role = AbstractMavenLifecycleParticipant.class)
public class NonRecursiveExtension extends AbstractMavenLifecycleParticipant {

From source file com.jayway.maven.plugins.android.phase_prebuild.AarMavenLifecycleParticipant.java

/**
 * Adds the classes from AAR dependencies to the project classpath.
 */
@Component(role = AbstractMavenLifecycleParticipant.class, hint = "AarMavenLifecycleListener")
public final class AarMavenLifecycleParticipant extends AbstractMavenLifecycleParticipant {
    /**

From source file com.jayway.maven.plugins.android.phase_prebuild.ClasspathModifierLifecycleParticipant.java

/**
 * Adds classes from AAR and APK dependencies to the project compile classpath.
 */
@Component(role = AbstractMavenLifecycleParticipant.class, hint = "default")
public final class ClasspathModifierLifecycleParticipant extends AbstractMavenLifecycleParticipant {
    @Requirement

From source file com.simpligility.maven.plugins.android.phase_prebuild.ClasspathModifierLifecycleParticipant.java

/**
 * Adds classes from AAR and APK dependencies to the project compile classpath.
 * 
 * @author William Ferguson
 * @author Benoit Billington
 * @author Manfred Moser

From source file com.sumologic.maven.stats.SumoLogicProfilingParticipant.java

/**
 * @author Chris (chris@sumologic.com)
 */
@Component(role = AbstractMavenLifecycleParticipant.class)
public class SumoLogicProfilingParticipant extends AbstractMavenLifecycleParticipant {