[ https://issues.apache.org/jira/browse/MNG-8135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17851473#comment-17851473 ]
ASF GitHub Bot commented on MNG-8135: ------------------------------------- liutang123 commented on PR #1549: URL: https://github.com/apache/maven/pull/1549#issuecomment-2144136510 @kwin Hello, do you have time to have a look at thi PR? > Activate profile by capital OS name fail > ---------------------------------------- > > 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 > Priority: Major > > This BUG is introduced by MNG-5726. > When OS name has capital letters, it can not 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)