Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-172

allow multiple specifications of a goal configuration

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0-alpha-3
    • None
    • None

    Description

      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>
      

      Attachments

        Activity

          People

            jdcasey John Dennis Casey
            brett Brett Porter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: