You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/10/14 18:22:00 UTC

[jira] [Commented] (MNG-7568) [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.

    [ https://issues.apache.org/jira/browse/MNG-7568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617908#comment-17617908 ] 

ASF GitHub Bot commented on MNG-7568:
-------------------------------------

pzygielo commented on PR #809:
URL: https://github.com/apache/maven/pull/809#issuecomment-1279324333

   > I think we should create a very small unit/IT for the sake of regression testing.
   
   Here it is:
   - https://github.com/apache/maven-integration-testing/pull/205
   




> [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.
> ------------------------------------------------------------------------------------------
>
>                 Key: MNG-7568
>                 URL: https://issues.apache.org/jira/browse/MNG-7568
>             Project: Maven
>          Issue Type: Bug
>          Components: Core, Profiles
>    Affects Versions: 3.8.1, 3.8.6
>            Reporter: Piotr Zygielo
>            Assignee: Robert Scholte
>            Priority: Major
>
> WARNING comes at end of build log if profile is defined in settings.xml (it definitely does exist) and even more, I am deactivating it, not activating...
> {code:bash}
> mvn -P!ABCDEF clean test
> {code}
> in fact, profile is deactivated during build so everything goes as expected, except misleading message



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