Example usage for org.apache.maven.eventspy AbstractEventSpy subclass-usage

List of usage examples for org.apache.maven.eventspy AbstractEventSpy subclass-usage

Introduction

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

Usage

From source file com.ccoe.build.profiler.lifecycle.MavenLifecycleProfiler.java

/**
 * MavenLifecycleProfiler will profile the maven build.
 * 
 * @author kmuralidharan
 * @author mmao
 */

From source file com.github.pascalgn.maven.properties.EventSpyImpl.java

/**
 * Main entry point. Reads properties and exposes them as user properties.
 * Existing user properties will not be overwritten.
 */
@Component(role = EventSpy.class)
public class EventSpyImpl extends AbstractEventSpy {

From source file com.paulhammant.buildradiatorextension.BuildRadiatorEventSpy.java

@Named
@Singleton
public class BuildRadiatorEventSpy extends AbstractEventSpy {

    private boolean projectPropertiesDone = false;

From source file com.rebaze.maven.payload.PayloadEventSpy.java

/**
 * A dependency tracing spy.
 * Dumps all relevant repository interaction to a file so we can provision
 * repositories with dependencies.
 *
 * @author Toni Menzel (toni.menzel@rebaze.com)

From source file com.sloshydog.timely.AbstractTimelyEventSpy.java

public abstract class AbstractTimelyEventSpy extends AbstractEventSpy {
    @Requirement
    private EventRecorder eventRecorder;

    private final Set<ExecutionEvent.Type> events = new HashSet<ExecutionEvent.Type>();

From source file com.soebes.maven.extensions.deploy.archiver.DeployArchiver.java

/**
 * @author Karl Heinz Marbaise <a href="mailto:khmarbaise@apache.org">khmarbaise@apache.org</a>
 */
@Singleton
@Named
public class DeployArchiver extends AbstractEventSpy {

From source file io.tesla.lifecycle.profiler.LifecycleProfiler.java

/**
 * @author Jason van Zyl
 */
@Named
@Singleton
public class LifecycleProfiler extends AbstractEventSpy {

From source file org.commonjava.maven.ext.manip.ManipulatingEventSpy.java

/**
 * Implements hooks necessary to apply modifications in the Maven bootstrap, before the build starts.
 * @author jdcasey
 */
@Component(role = EventSpy.class, hint = "manipulation")
public class ManipulatingEventSpy extends AbstractEventSpy {

From source file org.hudsonci.maven.eventspy_30.EventSpySupport.java

/**
 * Support for {@link org.apache.maven.eventspy.EventSpy} implementations.
 *
 * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
 * @since 2.1.0
 */

From source file org.hudsonci.maven.eventspy_31.EventSpySupport.java

/**
 * Support for {@link org.apache.maven.eventspy.EventSpy} implementations.
 *
 * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
 * @since 2.1.0
 */