Author: sebb
Date: Fri Jun  7 23:08:47 2013
New Revision: 1490863

URL: http://svn.apache.org/r1490863
Log:
Add code coverage notes

Modified:
    commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1490863&r1=1490862&r2=1490863&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original)
+++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Fri Jun  7 
23:08:47 2013
@@ -571,8 +571,13 @@
 
     <subsection name='Create the Release Candidate Website'>
     <p>
-       The new website should be published in your home directory on 
people.apache.org. If using Maven, 
-    run "mvn site" locally, tar or zip the site in target/ and scp and unpack 
the files
+       The new website should be published in your home directory on 
people.apache.org.
+    For example:
+    <pre>
+      mvn site [-Pjacoco] [-Pcobertura]
+    </pre>
+     The optional "jacoco" and "cobertura" profiles are used to select the 
appropriate code coverage tool if required.
+     Then tar or zip the site in target/site and scp and unpack the files
       on people.apache.org in a directory 
<code>~/public_html/foo-1.2-RC1</code>.
        </p>
        <p>


Reply via email to