o Improved error message

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@806196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-20 14:42:04 +00:00
parent 2f4b79e4bb
commit 8e277259aa
1 changed files with 2 additions and 1 deletions

View File

@ -563,7 +563,8 @@ public class DefaultMavenPluginManager
catch ( ComponentConfigurationException e )
{
throw new PluginConfigurationException( mojoDescriptor.getPluginDescriptor(),
"Unable to parse the created DOM for mojo configuration", e );
"Unable to parse the created DOM for mojo configuration: "
+ e.getMessage(), e );
}
catch ( ComponentLookupException e )
{