Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0.8
-
Fix Version/s: 3.x / Backlog
-
Component/s: Profiles
-
Labels:None
-
Number of attachments :
Description
The pom model should be changed to allow multiple properties to activate a profile. So the profile activation section could look something like this:
<activation> <properties> <my-prop-1>some-value</my-prop-1> <my-prop-2>another-value</my-prop-2> </properties> </activation>
This would provide more flexibility in profile activation.
Issue Links
- is duplicated by
-
MNG-1753
support improved property based profile activation
-
- is related to
-
MNG-4516
Contradiction between the documentation and Maven's behavior related to profile-activation with multiple criteria
-
-
MNG-4565
Multiple profile activation conditions does not work
-
-
MNG-3106
Multiple profile activation conditions broken
-
-
MNG-1753
support improved property based profile activation
-
- relates to
-
MNG-4565
Multiple profile activation conditions does not work
-
Activity
| Fix Version/s | 2.1 [ 13142 ] |
| Fix Version/s | 3.x [ 13145 ] | |
| Fix Version/s | 3.0 [ 13142 ] |
| Description |
The pom model should be changed to allow multiple properties to activate a profile. So the profile activation section could look something like this: <activation> <properties> <my-prop-1>some-value</my-prop-1> <my-prop-2>another-value</my-prop-2> </properties> </activation> This would provide more flexibility in profile activation. |
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. |
| Fix Version/s | Backlog [ 16138 ] | |
| Fix Version/s | 3.x [ 13145 ] |