[ http://jira.codehaus.org/browse/MNG-172?page=comments#action_41001 ] John Casey commented on MNG-172: --------------------------------
is there ever a situation where we'd want to say -Dexecution.id=something and only have the 'something' executions run? I only ask because it could have an effect on where I put the code to iterate over each execution-goal (lifecycle handler vs. plugin manager). I'm leaning strongly toward lifecycle handler, for other reasons, but this is still something to consider. > allow multiple specifications of a goal configuration > ----------------------------------------------------- > > Key: MNG-172 > URL: http://jira.codehaus.org/browse/MNG-172 > Project: Maven 2 > Type: Improvement > Reporter: Brett Porter > Assignee: John Casey > Fix For: 2.0-alpha-3 > > > eg: > <plugin> > <artifactId>modello</artifactId> > <configuration> > <model>maven.mdo</model> > </configuration> > <goals> > <goal> > <name>java</name> > <configuration> > <version>3.0.0</version> > </configuration> > </goal> > <goal> > <name>java</name> > <configuration> > <version>4.0.0</version> > </configuration> > </goal> > </goals> > </plugin> -- 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]