Description
With the provided files when you run:
mvn help:active-profiles
The profile example1 should be activated and that is the case if you use maven version 3.8.7 or 4.0.0-alpha4. But in version 3.9.0 instead the profile example2 is activated, for some reason ${example2.file.path} is resolved as "example2.file.path=test2.txt" instead of "test2.txt".
Attachments
Attachments
Issue Links
- relates to
-
MNG-7737 Create IT that exercise profile activations
- Closed
- links to