Bug Report: Maven regex-profile-activator extension seems not to work in Maven 3.9/FISH-9752 #93
Labels
Status: Accepted
Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev
Type: Bug
Label issue as a bug defect
Brief Summary
Regex-based profile activation appears not to work using regex-profile-activator with Mavn 3.9.9
Expected Outcome
A maven profile should be activated when using this plugin during compilation
Current Outcome
The profile activation appears not to be happening
Reproducer
Creating a simple empty Maven project with the following pom.xml file:
and running the following command:
Should activate the
test-keyword
profile as shown by the phraseTEST Profile active
appearing in the console output, however this does not happen, e.g.:However, changing the
<value>
entry to a simple<value>testing</value>
in the pom.x,ml and repeating shows the profile activated by the conventional means:Maven / JDK version as shown:
Operating System
Win11 Pro 23H2
JDK Version
Eclips Adoptium 21.0.3
Ecosystem Tool
Maven Regex Extension
The text was updated successfully, but these errors were encountered: