Example usage for org.apache.maven.execution ProjectExecutionListener interface-usage

List of usage examples for org.apache.maven.execution ProjectExecutionListener interface-usage

Introduction

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

Usage

From source file org.srcdeps.mvn.enforcer.SrcdepsEnforcer.java

/**
 * A {@link ProjectExecutionListener} that implements the {@code failWith} and {@code failWithout} srcdeps configuration
 * options. {@link SrcdepsEnforcer} checks the setup of the given Maven project and a given Maven execution request for
 * arguments present in {@code failWith} and {@code failWithout} configuration options.
 *
 * @author <a href="https://github.com/ppalaga">Peter Palaga</a>