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

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

Introduction

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

Usage

From source file org.sourcepit.common.maven.testing.MavenExecutionResult2.java

/**
 * @author Bernd Vogt <bernd.vogt@sourcepit.org>
 */
public interface MavenExecutionResult2 extends MavenExecutionResult {
    MavenSession getSession();
}