You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by bu...@apache.org on 2015/01/23 14:10:09 UTC

svn commit: r937396 - in /websites/staging/commons/trunk/content: ./ commons-parent-pom.html

Author: buildbot
Date: Fri Jan 23 13:10:08 2015
New Revision: 937396

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 23 13:10:08 2015
@@ -1 +1 @@
-1654110
+1654200

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 23 13:10:08 2015
@@ -823,7 +823,7 @@
 
       
 <div class="section">
-<h3><a name="covertura_profile"></a>covertura profile</h3>
+<h3><a name="cobertura_profile"></a>cobertura profile</h3>
         
 <p>
         Enable this profile to run the Cobertura tool.
@@ -833,6 +833,35 @@
         </p>
       </div>
 
+      
+<div class="section">
+<h3><a name="site-basic_profile_since_CP37"></a>site-basic profile (since CP37)</h3>
+        
+<p>
+        This profile disables as many of the optional reports as it can.
+        It is intended for quickly checking the component documentation.
+        The following properties are defined:
+        </p>
+        
+<div>
+<pre>
+        &lt;skipTests&gt;true&lt;/skipTests&gt;
+        &lt;maven.javadoc.skip&gt;true&lt;/maven.javadoc.skip&gt;
+        &lt;cobertura.skip&gt;true&lt;/cobertura.skip&gt;
+        &lt;findbugs.skip&gt;true&lt;/findbugs.skip&gt;
+        &lt;checkstyle.skip&gt;true&lt;/checkstyle.skip&gt;
+        &lt;clirr.skip&gt;true&lt;/clirr.skip&gt;
+        &lt;changes.jira.skip&gt;true&lt;/changes.jira.skip&gt;
+        &lt;rat.skip&gt;true&lt;/rat.skip&gt; &lt;!-- from version 0.12 --&gt;
+        &lt;jacoco.skip&gt;true&lt;/jacoco.skip&gt;
+        &lt;skipSurefireReport&gt;true&lt;/skipSurefireReport&gt;</pre></div>
+        
+<p>
+        Individual reports can be re-enabled as follows:
+        <tt>mvn site -Psite-basic -Dclirr.skip=false</tt>
+        </p>
+      </div>
+
       
 <div class="section">
 <h3><a name="animal-sniffer_profile_since_CP37"></a>animal-sniffer profile (since CP37)</h3>