You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/05/06 19:14:22 UTC

[jira] Updated: (MNG-172) allow multiple specifications of a goal configuration

     [ http://jira.codehaus.org/browse/MNG-172?page=all ]

Brett Porter updated MNG-172:
-----------------------------

    Fix Version:     (was: 2.0-alpha-2)
                 2.0-alpha-3

> allow multiple specifications of a goal configuration
> -----------------------------------------------------
>
>          Key: MNG-172
>          URL: http://jira.codehaus.org/browse/MNG-172
>      Project: m2
>         Type: Improvement
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org