gnodet commented on issue #12288: URL: https://github.com/apache/maven/issues/12288#issuecomment-4734943967
This bug also reproduces on Maven 3.9.16 (as confirmed by @ascheman in #12291). The fix has been merged to `master` via #12297 and backported to `maven-4.0.x` in #12299. A backport to `maven-3.10.x` (targeting 3.10.0 / 3.9.17) should be straightforward — the same `DefaultRepositorySystemSessionFactory.getPropertiesFromRequestedProfiles` method exists on the 3.x branch. The `activeByDefault` property-propagation gap and the missing deactivation check (`-P !id`) apply there identically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
