mirror of
https://github.com/apache/maven.git
synced 2025-03-06 16:49:27 +00:00
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 @@ private void execute( MavenProject project, List goals, EventDispatcher eventDis
|
||||
|
||||
if ( response.isExecutionFailure() )
|
||||
{
|
||||
throw new MojoExecutionException(
|
||||
"Integration test failed" );
|
||||
throw new MojoExecutionException( "Integration test failed" );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user