allow <configuration> with <execution> in a lifecycle overlay, like a plugin 
allows
-----------------------------------------------------------------------------------

         Key: MNG-2096
         URL: http://jira.codehaus.org/browse/MNG-2096
     Project: Maven 2
        Type: Improvement

  Components: Plugins and Lifecycle  
    Versions: 2.0.2    
    Reporter: Brett Porter


not quite analogous, but required nonetheless:

{code:xml}
...
<phase>
  <id>test</id>
  <configuration>
   ...
 </configuration>
</phase>
{code}

Should apply that configuration to everything in the phase (whether introduced 
here, or already in the base lifecycle).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to