[
https://issues.apache.org/jira/browse/FLINK-7850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16493400#comment-16493400
]
ASF GitHub Bot commented on FLINK-7850:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/5840
> Given each maven profile an activation property
> -----------------------------------------------
>
> Key: FLINK-7850
> URL: https://issues.apache.org/jira/browse/FLINK-7850
> Project: Flink
> Issue Type: Improvement
> Components: Build System
> Affects Versions: 1.4.0
> Reporter: Chesnay Schepler
> Priority: Major
> Labels: starter
> Fix For: 1.6.0
>
>
> We should give every maven profile an activation property so that they can be
> activated with {{-Dabcde}}. This makes them a lot easier to work with in
> scripts that want to control profile activation, since you can just append
> {{-D}} switches. This doesn't work with the {{-P}} switch as it can only be
> specified once.
> {code}
> <activation>
> <property>
> <name>profile_name_or_something</name>
> </property>
> </activation>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)