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

Allow multiple profile activation properties

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0.8
    • 4.x / Backlog
    • Profiles
    • None

    Description

      The pom model should be changed to allow multiple properties to activate a profile. So the profile activation section could look something like this:

      <activation>
        <properties>
          <my-prop-1>some-value</my-prop-1>
          <my-prop-2>another-value</my-prop-2>
        </properties>
      </activation>
      

      This would provide more flexibility in profile activation.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              pgier Paul Gier
              Votes:
              113 Vote for this issue
              Watchers:
              98 Start watching this issue

              Dates

                Created:
                Updated: