mirror of https://github.com/apache/maven.git
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:
parent
97cf3951e6
commit
faf0da2430
|
@ -52,7 +52,7 @@ public class ResolveLateBoundPluginMojo extends AbstractMojo
|
||||||
catch ( PluginLoaderException e )
|
catch ( PluginLoaderException e )
|
||||||
{
|
{
|
||||||
throw new MojoExecutionException( "Failed to load late-bound plugin: "
|
throw new MojoExecutionException( "Failed to load late-bound plugin: "
|
||||||
+ MojoBindingUtils.createPluginKey( binding ) );
|
+ MojoBindingUtils.createPluginKey( binding ), e );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue