mirror of https://github.com/apache/maven.git
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:
parent
b6cc908615
commit
aaf01a7495
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue