You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pg...@apache.org on 2008/05/16 01:01:33 UTC

svn commit: r656890 - /maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo

Author: pgier
Date: Thu May 15 16:01:33 2008
New Revision: 656890

URL: http://svn.apache.org/viewvc?rev=656890&view=rev
Log:
[MNG-2609] Improved the description of activeByDefault in profile activation.

Modified:
    maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo

Modified: maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo?rev=656890&r1=656889&r2=656890&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo (original)
+++ maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo Thu May 15 16:01:33 2008
@@ -3394,7 +3394,8 @@
           <version>4.0.0</version>
           <type>boolean</type>
           <description>
-            Flag specifying whether this profile is active by default.
+            If set to true, this profile will be active unless another profile in this pom is 
+            activated using the command line -P option or by one of that profile's activators.
           </description>
         </field>
         <field>