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:
Jason van Zyl 2005-09-26 20:54:37 +00:00
parent da33bafe84
commit a1cd1cd03b
1 changed files with 1 additions and 2 deletions

View File

@ -286,8 +286,7 @@ public class MavenEmbedder
if ( response.isExecutionFailure() )
{
throw new MojoExecutionException(
"Integration test failed" );
throw new MojoExecutionException( "Integration test failed" );
}
}