Add cause to throws. 10 slaps on the wrist! ;)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@543941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kenney Westerhof 2007-06-03 16:53:46 +00:00
parent 97cf3951e6
commit faf0da2430
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class ResolveLateBoundPluginMojo extends AbstractMojo
catch ( PluginLoaderException e )
{
throw new MojoExecutionException( "Failed to load late-bound plugin: "
+ MojoBindingUtils.createPluginKey( binding ) );
+ MojoBindingUtils.createPluginKey( binding ), e );
}
}