mirror of https://github.com/apache/maven.git
o make the execute method public as kenney and i are going to hack in the
support required to make the maven-it-plugin work with the embedder. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da33bafe84
commit
a1cd1cd03b
|
@ -286,8 +286,7 @@ public class MavenEmbedder
|
|||
|
||||
if ( response.isExecutionFailure() )
|
||||
{
|
||||
throw new MojoExecutionException(
|
||||
"Integration test failed" );
|
||||
throw new MojoExecutionException( "Integration test failed" );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue