o another point about merging in the default plugin configuration

git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@777175 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-05-21 16:58:51 +00:00
parent b6cc908615
commit aaf01a7495
1 changed files with 5 additions and 2 deletions

View File

@ -260,8 +260,11 @@ public class DefaultLifecycleExecutor
// </build>
// </project>
//
// We want to take the plugin/configuration and attach it to the MojoExecution we are creating. We are also
// going to give the MojoExecution an id of default-<goal>.
// We want to
//
// - take the plugin/configuration in the POM and merge it with the plugin's default configuration found in its plugin.xml
// - attach that to the MojoExecution for its configuration
// - give the MojoExecution an id of default-<goal>.
MojoDescriptor mojoDescriptor = getMojoDescriptor( task, session );