Author: sebb
Date: Sun Jan 18 13:42:08 2015
New Revision: 1652752

URL: http://svn.apache.org/r1652752
Log:
Document animal sniffer config properties etc

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=1652752&r1=1652751&r2=1652752&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml (original)
+++ commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml Sun Jan 18 
13:42:08 2015
@@ -452,6 +452,16 @@
         The plugin can be temporarily disabled by using the command-line 
option <code>-Danimal.sniffer.skip</code>.
         It can be completely disabled for a component (not recommended) by 
creating an empty file: <code>src/site/resources/profile.noanimal</code>
         </p>
+        <p>
+        The profile creates the property <code>animal-sniffer.signature</code> 
(e.g. java16)
+        from the property <code>maven.compiler.target</code> (e.g. 1.6). For 
temporary testing purposes, the 
+        property <code>animal-sniffer.signature</code> can be overridden on 
the command-line.
+        The configuration for the plugin defines the signature version using 
the property <code>commons.animal-sniffer.signature.version</code>.
+        This is defined with the value of <code>1.0</code> 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 
href="http://mojo.codehaus.org/signatures/";>available signatures</a>
+        </p>
       </subsection>
 
       <subsection name="release profile">


Reply via email to