[ https://issues.apache.org/jira/browse/MNG-8135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tamas Cservenak updated MNG-8135: --------------------------------- Fix Version/s: 4.0.0-beta-4 > Profile activation based on OS properties is no longer case insensitive > ----------------------------------------------------------------------- > > Key: MNG-8135 > URL: https://issues.apache.org/jira/browse/MNG-8135 > Project: Maven > Issue Type: Bug > Components: Profiles > Affects Versions: 3.9.7 > Reporter: Lijia Liu > Assignee: Tamas Cservenak > Priority: Major > Fix For: 4.0.0, 3.9.8, 4.0.0-beta-4 > > > This BUG is introduced by MNG-5726. Prior that change the os name, arch and > version comparison was always case-insensitive. Afterwards it needs to match > the lower-case variants. > When OS name, arch or version has capital letters, it won't activate the > profile. > For example: > {code:java} > <activation> > <os> > <name>Mac OS X</name> > <arch>aarch64</arch> > </os> > </activation> {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)