[ https://issues.apache.org/jira/browse/MNG-3328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375313#comment-16375313 ]
Christopher Tubbs commented on MNG-3328: ---------------------------------------- This issue currently has 105 votes and 85 watchers. I wonder if this is the most anticipated backlogged feature of Maven for the last 10 years since it was initially requested? In any case, MNG-6345 could be a good alternative to the boolean operations that folks have suggested here. > Allow multiple profile activation properties. > --------------------------------------------- > > Key: MNG-3328 > URL: https://issues.apache.org/jira/browse/MNG-3328 > Project: Maven > Issue Type: Improvement > Components: Profiles > Affects Versions: 2.0.8 > Reporter: Paul Gier > Priority: Major > Fix For: 3.x / Backlog > > > The pom model should be changed to allow multiple properties to activate a > profile. So the profile activation section could look something like this: > {code:xml} > <activation> > <properties> > <my-prop-1>some-value</my-prop-1> > <my-prop-2>another-value</my-prop-2> > </properties> > </activation> > {code} > This would provide more flexibility in profile activation. -- This message was sent by Atlassian JIRA (v7.6.3#76005)