You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2015/04/28 11:05:32 UTC

svn commit: r1676451 - /maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt

Author: michaelo
Date: Tue Apr 28 09:05:32 2015
New Revision: 1676451

URL: http://svn.apache.org/r1676451
Log:
[MNGSITE-222] Incorrect statement regarding profiles activated with -P

Modified:
    maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt

Modified: maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt?rev=1676451&r1=1676450&r2=1676451&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt (original)
+++ maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt Tue Apr 28 09:05:32 2015
@@ -97,8 +97,9 @@ Introduction to Build Profiles
   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.
+  profile-ids to use. When this option is specified, the profile(s) specified in the option
+  argument will be activated in addition to any profiles which are activated by their activation
+  configuration or the <<<\<activeProfiles\>>>> section in <<<settings.xml>>>.
 
 +---+
 mvn groupId:artifactId:goal -P profile-1,profile-2