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

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

Introduction

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

Usage

From source file info.ronjenkins.maven.rtr.exceptions.SmartReactorReleaseException.java

/**
 * Thrown when the smart reactor fails one of its release steps.
 *
 * @author Ronald Jack Jenkins Jr.
 */
public class SmartReactorReleaseException extends MavenExecutionException {

From source file info.ronjenkins.maven.rtr.exceptions.SmartReactorSanityCheckException.java

/**
 * Thrown when the smart reactor fails one of its sanity checks.
 *
 * @author Ronald Jack Jenkins Jr.
 */
public class SmartReactorSanityCheckException extends MavenExecutionException {