[MPLUGIN-239] Execute goal does not passes from mojos.xml pluginMetadata

Submitted by Ben Tatham.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1438099 13f79535-47bb-0310-9956-ffa450edef68
master
Olivier Lamy 2013-01-24 17:38:07 +00:00
parent fecb6817e2
commit 425b95b909
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ public class PluginMetadataParser
{
descriptor.setExecuteLifecycle( le.getLifecycle() );
descriptor.setExecutePhase( le.getPhase() );
descriptor.setExecuteGoal( le.getGoal() );
}
List<org.apache.maven.plugin.tools.model.Parameter> parameters = mojo.getParameters();