[ https://issues.apache.org/jira/browse/FLINK-7850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chesnay Schepler updated FLINK-7850: ------------------------------------ Labels: starter (was: ) > 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 > > 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)