Author: jvanzyl Date: Mon May 4 13:09:06 2009 New Revision: 771297 URL: http://svn.apache.org/viewvc?rev=771297&view=rev Log: o taking into account the common case where configuration is specified for many goal in a single configuration element which needs to be accounted for.
Modified: maven/components/branches/MNG-2766/maven-core/lifecycle-executor.txt Modified: maven/components/branches/MNG-2766/maven-core/lifecycle-executor.txt URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/lifecycle-executor.txt?rev=771297&r1=771296&r2=771297&view=diff ============================================================================== --- maven/components/branches/MNG-2766/maven-core/lifecycle-executor.txt (original) +++ maven/components/branches/MNG-2766/maven-core/lifecycle-executor.txt Mon May 4 13:09:06 2009 @@ -213,3 +213,5 @@ - we need to know what came from the POM, and validate those - plugin in any default values - check to see if anything is missing + +In the case of something like Modello where it is common to specify the configuration for all the goals outside the execution block we need to account for creating the right configuration element which includes only those configuration elements for a particular goal that that particular goal understands. We need to walk through the parameters of the Mojo in question and only take the configuration options that apply.