Author: chas Date: Thu Aug 11 14:25:35 2016 New Revision: 1755995 URL: http://svn.apache.org/viewvc?rev=1755995&view=rev Log: update commons-parent 41 site information
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=1755995&r1=1755994&r2=1755995&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml (original) +++ commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml Thu Aug 11 14:25:35 2016 @@ -31,11 +31,11 @@ <a href="http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/pom.xml">commons-parent</a> <code>pom.xml</code> <br/> - It has been updated for version 40 of the pom (but some discrepancies may remain). - Please consult <a href="http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-40/">version 40 source</a> + It has been updated for version 41 of the pom (but some discrepancies may remain). + Please consult <a href="http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-41/">version 40 source</a> in case of doubt. <br/> - Release Notes for <a href="http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-40/RELEASE-NOTES.txt">version 40</a> + Release Notes for <a href="http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-41/RELEASE-NOTES.txt">version 40</a> </p> <p> @@ -116,6 +116,10 @@ <strong><a href="#Testing Coverage">Testing Coverage</a></strong> - both <code>Jacoco</code> and <code>Cobertura</code> are supported. These can be independently enabled. </li> + <li> + <strong><a href="#Source Compatibility">Source Compatibility</a></strong> - both <code>japicmp</code> and <code>clirr</code> + are supported. These can be independently enabled. + </li> </ul> </subsection> @@ -488,6 +492,27 @@ This allows components to always enable the profile </p> </subsection> + + <subsection name="japicmp profile"> + <p> + Enable this profile to run the japicmp cmp goal during the verify phase. + If any change breaks source compatibilty, this will fail the build. + This profile will also generate a source compatibilty report during the site lifecycle. + This plugin requires building with at least Java 1.7. (source and target can be lower versions) + The profile is not enabled by default. + If the file <code>src/site/resources/profile.japicmp</code> exists then the profile is enabled. + This allows components to always enable the profile + </p> + </subsection> + + <subsection name="clirr profile"> + <p> + Enable this profile to generate the clirr report during the site lifecycle. + The profile is not enabled by default. + If the file <code>src/site/resources/profile.clirr</code> exists then the profile is enabled. + This allows components to always enable the profile + </p> + </subsection> <subsection name="site-basic profile (since CP37)"> <p>