Return-Path: X-Original-To: apmail-commons-notifications-archive@minotaur.apache.org Delivered-To: apmail-commons-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3862C173FB for ; Fri, 23 Jan 2015 13:10:09 +0000 (UTC) Received: (qmail 97355 invoked by uid 500); 23 Jan 2015 13:10:09 -0000 Delivered-To: apmail-commons-notifications-archive@commons.apache.org Received: (qmail 97340 invoked by uid 500); 23 Jan 2015 13:10:09 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 97331 invoked by uid 99); 23 Jan 2015 13:10:09 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2015 13:10:09 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 22203AC0044 for ; Fri, 23 Jan 2015 13:10:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r937396 - in /websites/staging/commons/trunk/content: ./ commons-parent-pom.html Date: Fri, 23 Jan 2015 13:10:09 -0000 To: notifications@commons.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150123131009.22203AC0044@hades.apache.org> 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 @@
-

covertura profile

+

cobertura profile

Enable this profile to run the Cobertura tool. @@ -833,6 +833,35 @@

+ +
+

site-basic profile (since CP37)

+ +

+ 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: +

+ +
+
+        <skipTests>true</skipTests>
+        <maven.javadoc.skip>true</maven.javadoc.skip>
+        <cobertura.skip>true</cobertura.skip>
+        <findbugs.skip>true</findbugs.skip>
+        <checkstyle.skip>true</checkstyle.skip>
+        <clirr.skip>true</clirr.skip>
+        <changes.jira.skip>true</changes.jira.skip>
+        <rat.skip>true</rat.skip> <!-- from version 0.12 -->
+        <jacoco.skip>true</jacoco.skip>
+        <skipSurefireReport>true</skipSurefireReport>
+ +

+ Individual reports can be re-enabled as follows: + mvn site -Psite-basic -Dclirr.skip=false +

+
+

animal-sniffer profile (since CP37)