mirror of https://github.com/apache/maven.git
Make the error message construction a little more resilient to errors in classloading.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@650543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
02367233e1
commit
1cb3190b0f
|
@ -609,7 +609,7 @@ public class DefaultPluginManager
|
|||
if ( getLogger().isFatalErrorEnabled() )
|
||||
{
|
||||
getLogger().fatalError(
|
||||
mojo.getClass().getName() + "#execute() caused a linkage error ("
|
||||
mojoDescriptor.getImplementation() + "#execute() caused a linkage error ("
|
||||
+ e.getClass().getName() + ") and may be out-of-date. Check the realms:" );
|
||||
|
||||
StringBuffer sb = new StringBuffer();
|
||||
|
|
Loading…
Reference in New Issue