Return-Path: X-Original-To: apmail-giraph-commits-archive@www.apache.org Delivered-To: apmail-giraph-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F036D506 for ; Wed, 18 Jul 2012 00:21:36 +0000 (UTC) Received: (qmail 74439 invoked by uid 500); 18 Jul 2012 00:21:36 -0000 Delivered-To: apmail-giraph-commits-archive@giraph.apache.org Received: (qmail 74411 invoked by uid 500); 18 Jul 2012 00:21:35 -0000 Mailing-List: contact commits-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list commits@giraph.apache.org Received: (qmail 74402 invoked by uid 99); 18 Jul 2012 00:21:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2012 00:21:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2012 00:21:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4538F23888FD; Wed, 18 Jul 2012 00:21:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1362726 - in /giraph/trunk: CHANGELOG findbugs-exclude.xml pom.xml Date: Wed, 18 Jul 2012 00:21:10 -0000 To: commits@giraph.apache.org From: aching@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120718002110.4538F23888FD@eris.apache.org> Author: aching Date: Wed Jul 18 00:21:09 2012 New Revision: 1362726 URL: http://svn.apache.org/viewvc?rev=1362726&view=rev Log: GIRAPH-236: Add FindBugs to maven build (Jan van der Lugt via aching). Added: giraph/trunk/findbugs-exclude.xml Modified: giraph/trunk/CHANGELOG giraph/trunk/pom.xml Modified: giraph/trunk/CHANGELOG URL: http://svn.apache.org/viewvc/giraph/trunk/CHANGELOG?rev=1362726&r1=1362725&r2=1362726&view=diff ============================================================================== --- giraph/trunk/CHANGELOG (original) +++ giraph/trunk/CHANGELOG Wed Jul 18 00:21:09 2012 @@ -2,6 +2,9 @@ Giraph Change Log Release 0.2.0 - unreleased + GIRAPH-236: Add FindBugs to maven build (Jan van der Lugt via + aching). + GIRAPH-224: Netty server-side combiner (apresta via aching). GIRAPH-251: Allow to access the distributed cache from Vertexes and Added: giraph/trunk/findbugs-exclude.xml URL: http://svn.apache.org/viewvc/giraph/trunk/findbugs-exclude.xml?rev=1362726&view=auto ============================================================================== --- giraph/trunk/findbugs-exclude.xml (added) +++ giraph/trunk/findbugs-exclude.xml Wed Jul 18 00:21:09 2012 @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: giraph/trunk/pom.xml URL: http://svn.apache.org/viewvc/giraph/trunk/pom.xml?rev=1362726&r1=1362725&r2=1362726&view=diff ============================================================================== --- giraph/trunk/pom.xml (original) +++ giraph/trunk/pom.xml Wed Jul 18 00:21:09 2012 @@ -183,8 +183,8 @@ under the License. checkstyle.xml false license-header.txt - true - false + true + false @@ -317,131 +317,146 @@ under the License. org.codehaus.mojo findbugs-maven-plugin - 2.3.2 + 2.5.1 + + true + false + findbugs-exclude.xml + + + + verify + + check + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.2 + + index + project-team + license + mailing-list + dependencies + dependency-convergence + plugin-management + cim + issue-tracking + scm + summary + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.6 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.9 + + + org.codehaus.mojo + jdepend-maven-plugin + 2.0-beta-2 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.4 + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.1 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.1 + + + + + + org.apache.rat + apache-rat-plugin + 0.7 + + + verify + + check + + + + + false + 0 + + CODE_CONVENTIONS + + **/target/** + _bsp/** + .checkstyle + + .git/** + .gitignore + .idea/** + *.patch + + - - org.apache.maven.plugins - maven-site-plugin - 3.0 - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.2 - - index - project-team - license - mailing-list - dependencies - dependency-convergence - plugin-management - cim - issue-tracking - scm - summary - - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.6 - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.7 - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.9 - - - org.codehaus.mojo - jdepend-maven-plugin - 2.0-beta-2 - - - org.codehaus.mojo - cobertura-maven-plugin - 2.4 - - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - - org.apache.maven.plugins - maven-jxr-plugin - 2.1 - - - - - - org.apache.rat - apache-rat-plugin - 0.7 - - - verify - - check - - - - - false - 0 - - CODE_CONVENTIONS - - **/target/** - _bsp/** - .checkstyle - - .git/** - .idea/** - *.patch - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - - - maven-assembly-plugin - - [2.2,) - - single - - - - - - - - - - - + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-assembly-plugin + [2.2,) + + single + + + + + + + + + + + @@ -456,7 +471,7 @@ under the License. org.apache.hadoop hadoop-core ${hadoop.version} - provided + provided @@ -498,7 +513,7 @@ under the License. org.apache.hadoop hadoop-core ${hadoop.version} - provided + provided @@ -540,7 +555,7 @@ under the License. org.apache.hadoop hadoop-core ${hadoop.version} - provided + provided @@ -598,13 +613,13 @@ under the License. commons-logging commons-logging-api 1.0.4 - runtime + runtime commons-httpclient commons-httpclient 3.0.1 - runtime + runtime @@ -646,19 +661,19 @@ under the License. HADOOP_NON_SECURE,HADOOP_NON_SASL_RPC - - org.apache.maven.plugins - maven-surefire-plugin - 2.6 - - - - prop.jarLocation - ../target/giraph-${project.version}-jar-with-dependencies.jar - - - - + + org.apache.maven.plugins + maven-surefire-plugin + 2.6 + + + + prop.jarLocation + ../target/giraph-${project.version}-jar-with-dependencies.jar + + + + @@ -675,23 +690,23 @@ under the License. 0.23.1 - - org.apache.hadoop - hadoop-common - ${hadoop.version} - provided - - - org.apache.hadoop - hadoop-mapreduce-client-core - ${hadoop.version} - provided - - - org.apache.hadoop - hadoop-mapreduce-client-common - ${hadoop.version} - + + org.apache.hadoop + hadoop-common + ${hadoop.version} + provided + + + org.apache.hadoop + hadoop-mapreduce-client-core + ${hadoop.version} + provided + + + org.apache.hadoop + hadoop-mapreduce-client-common + ${hadoop.version} + @@ -707,23 +722,23 @@ under the License. 2.0.0-alpha - - org.apache.hadoop - hadoop-common - ${hadoop.version} - provided - - - org.apache.hadoop - hadoop-mapreduce-client-core - ${hadoop.version} - provided - - - org.apache.hadoop - hadoop-mapreduce-client-common - ${hadoop.version} - + + org.apache.hadoop + hadoop-common + ${hadoop.version} + provided + + + org.apache.hadoop + hadoop-mapreduce-client-core + ${hadoop.version} + provided + + + org.apache.hadoop + hadoop-mapreduce-client-common + ${hadoop.version} + @@ -739,41 +754,41 @@ under the License. 3.0.0-SNAPSHOT - - org.apache.hadoop - hadoop-common - ${hadoop.version} - provided - - - org.apache.hadoop - hadoop-mapreduce-client-core - ${hadoop.version} - provided - - - org.apache.hadoop - hadoop-mapreduce-client-common - ${hadoop.version} - provided - - - org.apache.hadoop - hadoop-auth - ${hadoop.version} - provided - - - commons-configuration - commons-configuration - 1.6 - runtime - + + org.apache.hadoop + hadoop-common + ${hadoop.version} + provided + + + org.apache.hadoop + hadoop-mapreduce-client-core + ${hadoop.version} + provided + + + org.apache.hadoop + hadoop-mapreduce-client-common + ${hadoop.version} + provided + + + org.apache.hadoop + hadoop-auth + ${hadoop.version} + provided + + + commons-configuration + commons-configuration + 1.6 + runtime + commons-httpclient commons-httpclient 3.0.1 - runtime + runtime