Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 47509 invoked from network); 5 Jan 2007 16:43:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2007 16:43:33 -0000 Received: (qmail 86042 invoked by uid 500); 5 Jan 2007 16:43:39 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 85966 invoked by uid 500); 5 Jan 2007 16:43:39 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 85955 invoked by uid 99); 5 Jan 2007 16:43:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2007 08:43:39 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2007 08:43:30 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 68B141A981A; Fri, 5 Jan 2007 08:42:33 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r493077 - in /cocoon/trunk: build-docs.sh pom.xml Date: Fri, 05 Jan 2007 16:42:33 -0000 To: cvs@cocoon.apache.org From: reinhard@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070105164233.68B141A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reinhard Date: Fri Jan 5 08:42:32 2007 New Revision: 493077 URL: http://svn.apache.org/viewvc?view=rev&rev=493077 Log: add findbugs reports Modified: cocoon/trunk/build-docs.sh cocoon/trunk/pom.xml Modified: cocoon/trunk/build-docs.sh URL: http://svn.apache.org/viewvc/cocoon/trunk/build-docs.sh?view=diff&rev=493077&r1=493076&r2=493077 ============================================================================== --- cocoon/trunk/build-docs.sh (original) +++ cocoon/trunk/build-docs.sh Fri Jan 5 08:42:32 2007 @@ -1,5 +1,7 @@ #! /bin/bash mvn install -N cd site +MAVEN_OPTS=-Xmx512M +export MAVEN_OPTS mvn site-deploy -P localDocs -Ddocs.repoUrl=http://localhost:9263 mvn site-deploy -P localDocs-all-reports,all-reports,simian-report -Ddocs.repoUrl=http://localhost:9263 Modified: cocoon/trunk/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=493077&r1=493076&r2=493077 ============================================================================== --- cocoon/trunk/pom.xml (original) +++ cocoon/trunk/pom.xml Fri Jan 5 08:42:32 2007 @@ -436,7 +436,7 @@ - + org.apache.maven.plugins maven-surefire-plugin @@ -690,7 +690,7 @@ core-modules/pipeline-impl/${docs.m.pipeline-impl.version}/ 1.0 core-modules/pipeline-components/${docs.m.pipeline-components.version}/ - + @@ -741,7 +741,21 @@ - + + + org.codehaus.mojo + findbugs-maven-plugin + 1.0.0 + + false + Low + Default + findbugs-exclude.xml + findbugs-include.xml + FindDeadLocalStores,UnreadFields + FindDeadLocalStores,UnreadFields + +