mirror of
https://github.com/apache/maven.git
synced 2025-02-07 02:29:10 +00:00
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 void executeMojo( MavenProject project,
|
||||
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…
x
Reference in New Issue
Block a user