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

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

Introduction

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

Usage

From source file org.eclipse.m2e.core.internal.embedder.ReadonlyMavenExecutionRequest.java

/**
 * Read-only MavenExecutionRequest that throws IllegalStateException from all modifiers.
 * 
 * @since 1.4
 */
class ReadonlyMavenExecutionRequest implements MavenExecutionRequest {