Author: buildbot Date: Fri Jan 16 11:15:23 2015 New Revision: 936417 Log: Staging update by buildbot for commons
Modified: websites/staging/commons/trunk/content/ (props changed) websites/staging/commons/trunk/content/commons-parent-pom.html Propchange: websites/staging/commons/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri Jan 16 11:15:23 2015 @@ -1 +1 @@ -1652329 +1652388 Modified: websites/staging/commons/trunk/content/commons-parent-pom.html ============================================================================== --- websites/staging/commons/trunk/content/commons-parent-pom.html (original) +++ websites/staging/commons/trunk/content/commons-parent-pom.html Fri Jan 16 11:15:23 2015 @@ -778,6 +778,24 @@ <div class="section"> +<h3><a name="animal-sniffer_profile_since_CP37"></a>animal-sniffer profile (since CP37)</h3> + +<p> + This profile is enabled by default. It runs the Animal Sniffer plugin on the main code during the "test" 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. + However it should provide an early warning to developers using a more recent version of Java. + </p> + +<p> + The plugin can be temporarily disabled by using the command-line option <tt>-Danimal.sniffer.skip</tt>. + It can be completely disabled for a component (not recommended) by creating an empty file: <tt>src/site/resources/profile.noanimal</tt> + </p> + </div> + + +<div class="section"> <h3><a name="release_profile"></a>release profile</h3> <p>