List of usage examples for org.apache.maven.execution MavenExecutionResult interface-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(); }