You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2019/11/08 14:13:49 UTC

svn commit: r1869563 - in /maven/website/content: maven-site-1.0-site.jar pom.html

Author: svn-site-role
Date: Fri Nov  8 14:13:48 2019
New Revision: 1869563

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/maven-site-1.0-site.jar
    maven/website/content/pom.html

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.

Modified: maven/website/content/pom.html
==============================================================================
--- maven/website/content/pom.html (original)
+++ maven/website/content/pom.html Fri Nov  8 14:13:48 2019
@@ -1415,7 +1415,7 @@ Display parameters as parsed by Maven (i
     </profile>
   </profiles>
 &lt;/project&gt;</pre></div>
-<p>Activation occurs when one or more of the specified criteria have been met. When the first positive result is encountered, processing stops and the profile is marked as active.</p>
+<p>Before Maven 3.2.2 Activation occurs when one or more of the specified criteria have been met. When the first positive result is encountered, processing stops and the profile is marked as active. Since Maven 3.2.2 Activation occurs when all of the specified criteria have been met.</p>
 <ul>
 <li><b>jdk</b>: <code>activation</code> has a built in, Java-centric check in the <code>jdk</code> element. This will activate if the test is run under a jdk version number that matches the prefix given. In the above example, <code>1.5.0_06</code> will match. Ranges are also supported. See the <a href="/enforcer/enforcer-rules/versionRanges.html"> maven-enforcer-plugin</a> for more details about supported ranges.</li>
 <li><b>os</b>: The <code>os</code> element can define some operating system specific properties shown above. See the maven-enforcer-plugins <a class="externalLink" href="https://maven.apache.org/enforcer/enforcer-rules/requireOS.html">RequireOS Rule</a> for more details about OS values.</li>