Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.3.3
-
None
-
None
Description
Currently each type of activation (os, jdk, file, property) can only be used once for activating a single profile.
Therefore it is not possible to activate a profile in case two different files are existing, although since Maven 3.2.2 (MNG-4565) it is possible to combine multiple activations of different types.
Multiple file or property should therefore be supported to allow to express something like:
Enable profileA in case both fileA and fileB do exists
For jdk and os this is less relevant because all conditions are combined with AND.