You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andrei Pozolotin (JIRA)" <ji...@apache.org> on 2018/01/19 16:46:00 UTC

[jira] [Commented] (MNG-3328) Allow multiple profile activation properties.

    [ https://issues.apache.org/jira/browse/MNG-3328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332530#comment-16332530 ] 

Andrei Pozolotin commented on MNG-3328:
---------------------------------------

FYI: [https://github.com/random-maven/profile-activator-extension] resolves the issue

 

> 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)