You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2023/05/17 05:19:00 UTC

[jira] [Closed] (MNG-7783) Profile source point to file instead of to module

     [ https://issues.apache.org/jira/browse/MNG-7783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet closed MNG-7783.
--------------------------------
    Resolution: Fixed

Fixed with [         7fe9499       |https://github.com/apache/maven/commit/7fe9499361c05f1c00dbda94d8f2a8df1c2c5f4e]

> Profile source point to file instead of to module
> -------------------------------------------------
>
>                 Key: MNG-7783
>                 URL: https://issues.apache.org/jira/browse/MNG-7783
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 4.0.0-alpha-4, 4.0.0-alpha-5
>            Reporter: Slawomir Jaranowski
>            Assignee: Guillaume Nodet
>            Priority: Major
>             Fix For: 4.0.0-alpha-6, 4.0.0
>
>
> Executing:
> {noformat}
> mvn help:active-profiles  -P run-its
> {noformat}
> With Maven 3.9.2 we have
> {noformat}
> The following profiles are active:
>  - props (source: external)
>  - run-its (source: external)
>  - run-its (source: org.apache.maven.plugins:maven-clean-plugin:3.2.1-SNAPSHOT)
>  - run-its (source: org.apache.maven.plugins:maven-plugins:38)
>  - format-check (source: org.apache.maven:maven-parent:38) {noformat}
> But with 4.x
> {noformat}
> The following profiles are active:
>  - props (source: external)
>  - run-its (source: external)
>  - run-its (source: ..../maven-clean-plugin/pom.xml)
>  - run-its (source: ..../.m2/repository-prv/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom)
>  - format-check (source: ..../.m2/repository-prv/org/apache/maven/maven-parent/38/maven-parent-38.pom) {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)