[ https://issues.apache.org/jira/browse/MNG-8360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17892829#comment-17892829 ]
Matt Nelson commented on MNG-8360: ---------------------------------- {quote} could you relicense under ASL 2 {quote} done > https://github.com/mattnelson/maven-examples/commit/e36dc856c4bb9360c4bab853d99eaa66956d0122 {quote} or give me the permission to do so {quote} permission granted I also added a bit more to the reproducer. The way I found it was because the enforcer requireActiveProfile rule was failing > Profile activation regression in beta5 > -------------------------------------- > > Key: MNG-8360 > URL: https://issues.apache.org/jira/browse/MNG-8360 > Project: Maven > Issue Type: Bug > Affects Versions: 4.0.0-beta-5 > Reporter: Matt Nelson > Assignee: Guillaume Nodet > Priority: Major > Fix For: 4.0.0-beta-6 > > > Profile activation for submodules is no longer working with 4.0.0-beta-5, it > was working with 4.0.0-beta-4. > Reproducer > https://github.com/mattnelson/maven-examples/tree/profile_activation > beta4 > {noformat} > [INFO] --- help:3.5.1:active-profiles (default-cli) @ profiles --- > [INFO] > Active Profiles for Project > 'com.github.mattnelson:profiles:pom:1.0.0-SNAPSHOT': > The following profiles are active: > - settings-xml-activeProfiles (source: external) > - profile_active_from_mvn_config (source: > /Users/Shared/DevBuild/code/maven-examples/pom.xml) > Active Profiles for Project > 'com.github.mattnelson:module1:pom:1.0.0-SNAPSHOT': > The following profiles are active: > - settings-xml-activeProfiles (source: external) > - profile_active_from_mvn_config (source: > /Users/Shared/DevBuild/code/maven-examples/pom.xml) > {noformat} > beta5 > {noformat} > [INFO] --- help:3.5.1:active-profiles (default-cli) @ profiles --- > [INFO] > Active Profiles for Project > 'com.github.mattnelson:profiles:pom:1.0.0-SNAPSHOT': > The following profiles are active: > - settings-xml-activeProfiles (source: external) > - profile_active_from_mvn_config (source: > com.github.mattnelson:profiles:pom:1.0.0-SNAPSHOT) > - profile_active_from_condition (source: > com.github.mattnelson:profiles:pom:1.0.0-SNAPSHOT) > Active Profiles for Project > 'com.github.mattnelson:module1:pom:1.0.0-SNAPSHOT': > The following profiles are active: > - settings-xml-activeProfiles (source: external) > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)