Chesnay Schepler created FLINK-7850:
---------------------------------------
Summary: 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
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
(v6.4.14#64029)