[ http://jira.codehaus.org/browse/MNG-172?page=all ] John Casey closed MNG-172: --------------------------
Resolution: Fixed implemented, including inheritance considerations along with unit tests and ITs > 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]