mirror of
https://github.com/apache/maven.git
synced 2025-03-06 08:39:31 +00:00
o Displayed plugin realm upon linkage error
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@799712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
82005766ac
commit
b3f852ee64
@ -332,6 +332,12 @@ public void executeMojo( MavenSession session, MojoExecution mojoExecution )
|
||||
{
|
||||
throw new PluginExecutionException( mojoExecution, project, e );
|
||||
}
|
||||
catch ( LinkageError e )
|
||||
{
|
||||
pluginRealm.display();
|
||||
|
||||
throw e;
|
||||
}
|
||||
finally
|
||||
{
|
||||
if ( mojo != null )
|
||||
|
Loading…
x
Reference in New Issue
Block a user