You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2015/04/28 11:07:05 UTC

[jira] [Resolved] (MNGSITE-222) Incorrect statement regarding profiles activated with -P

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

Michael Osipov resolved MNGSITE-222.
------------------------------------
    Resolution: Fixed

Fixed with [r1676451|http://svn.apache.org/r1676451].

> Incorrect statement regarding profiles activated with -P
> --------------------------------------------------------
>
>                 Key: MNGSITE-222
>                 URL: https://issues.apache.org/jira/browse/MNGSITE-222
>             Project: Maven Project Web Site
>          Issue Type: Bug
>         Environment: http://maven.apache.org/guides/introduction/introduction-to-profiles.html
>            Reporter: Sebb
>            Assignee: Michael Osipov
>
> Website as above says:
> {quote}
> Profiles can be explicitly specified using the -P CLI option.
> This option takes an argument that is a comma-delimited list of profile-ids to use. When this option is specified, no profiles other than those specified in the option argument will be activated.
> {quote}
> The last sentence above is not true.
> As proof, try the following:
> {code}
> mvn -f <apache-parent-pom> help:active-profiles -Papache-release
> {code}
> The output is
> {code}
> Active Profiles for Project 'org.apache:apache:pom:16': 
> The following profiles are active:
>  - apache-release (source: org.apache:apache:16)
>  - maven-3 (source: org.apache:apache:16)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)