Author: buildbot Date: Sun Jan 18 13:42:19 2015 New Revision: 936628 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 Sun Jan 18 13:42:19 2015 @@ -1 +1 @@ -1652750 +1652752 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 Sun Jan 18 13:42:19 2015 @@ -792,6 +792,17 @@ 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> + +<p> + The profile creates the property <tt>animal-sniffer.signature</tt> (e.g. java16) + from the property <tt>maven.compiler.target</tt> (e.g. 1.6). For temporary testing purposes, the + property <tt>animal-sniffer.signature</tt> can be overridden on the command-line. + The configuration for the plugin defines the signature version using the property <tt>commons.animal-sniffer.signature.version</tt>. + This is defined with the value of <tt>1.0</tt> as almost all signatures are released with that version. + If necessary, the property can be overridden on the command line or in the component POM. + [For example, the java16 signature comes in 2 versions]. + The Codehaus website has documentation on the <a class="externalLink" href="http://mojo.codehaus.org/signatures/">available signatures</a> + </p> </div>