You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/10/16 13:36:00 UTC

[jira] [Created] (FLINK-7850) Given each maven profile an activation property

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)