Author: sebb
Date: Sat Jan 24 15:18:47 2015
New Revision: 1654540

URL: http://svn.apache.org/r1654540
Log:
Corrections/additions

Modified:
    commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml

Modified: commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml?rev=1654540&r1=1654539&r2=1654540&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml (original)
+++ commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml Sat Jan 24 
15:18:47 2015
@@ -507,7 +507,7 @@
 
       <subsection name="animal-sniffer profile (since CP37)">
         <p>
-        This profile is enabled by default. It runs the Animal Sniffer plugin 
on the main code during the "test" phase.
+        This profile is enabled by default. It runs the Animal Sniffer plugin 
on the main code during the "process-classes" phase.
         The main code base is checked against the API signature for the 
compiler target version.
         Restrictions: does not currently check test code; may not find all 
invalid API usage.
         The code still needs to be built and tested with the target compiler 
version before a release.
@@ -606,6 +606,8 @@
         <li>
           <ul><code>jdk7-plugin-fix-version</code> - updates plugin versions 
for use under JDK7 (currently Findbugs and Animal Sniffer)</ul>
           <ul><code>svn-buildnumber</code> - adds the build number to the 
manifests; suppress with <source>-Dbuildnumber.skip</source></ul>
+          <ul><code>parse-target-version</code> - parses maven.compiler.target 
into javaTarget.[majorVersion|minorVersion|etc]
+          using the <a 
href="http://mojo.codehaus.org/build-helper-maven-plugin/parse-version-mojo.html";>build-helper:parse-version</a>
 goal</ul>
         </li>
 
       </subsection>


Reply via email to