mirror of
https://github.com/apache/maven.git
synced 2025-03-08 01:30:33 +00:00
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 @@ private void populatePluginFields( Object mojo, MojoDescriptor mojoDescriptor, C
|
||||
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…
x
Reference in New Issue
Block a user