mirror of https://github.com/apache/maven.git
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:
parent
2f4b79e4bb
commit
8e277259aa
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue