You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/03/09 03:10:53 UTC

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

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
     Fix For: 1.0-alpha-2


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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira