Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 73861200B95 for ; Tue, 27 Sep 2016 11:40:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 721A0160AD3; Tue, 27 Sep 2016 09:40:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B6C3E160AD2 for ; Tue, 27 Sep 2016 11:40:12 +0200 (CEST) Received: (qmail 96489 invoked by uid 500); 27 Sep 2016 09:40:11 -0000 Mailing-List: contact commits-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 commits@commons.apache.org Received: (qmail 96480 invoked by uid 99); 27 Sep 2016 09:40:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2016 09:40:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 559F21A04DE for ; Tue, 27 Sep 2016 09:40:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 9hXHWgef0MBB for ; Tue, 27 Sep 2016 09:40:10 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5DEBE5F478 for ; Tue, 27 Sep 2016 09:40:10 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C67ADE0147 for ; Tue, 27 Sep 2016 09:40:09 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id C3B7B3A0478 for ; Tue, 27 Sep 2016 09:40:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1762427 - /commons/proper/beanutils/trunk/pom.xml Date: Tue, 27 Sep 2016 09:40:09 -0000 To: commits@commons.apache.org From: stain@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160927094009.C3B7B3A0478@svn01-us-west.apache.org> archived-at: Tue, 27 Sep 2016 09:40:13 -0000 Author: stain Date: Tue Sep 27 09:40:09 2016 New Revision: 1762427 URL: http://svn.apache.org/viewvc?rev=1762427&view=rev Log: enable pmd and findbugs reports .. newer japicmp and clirr to work with Java 8 Modified: commons/proper/beanutils/trunk/pom.xml Modified: commons/proper/beanutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1762427&r1=1762426&r2=1762427&view=diff ============================================================================== --- commons/proper/beanutils/trunk/pom.xml (original) +++ commons/proper/beanutils/trunk/pom.xml Tue Sep 27 09:40:09 2016 @@ -41,6 +41,8 @@ -Xmx50M + 0.9.0 + 2.8 @@ -331,6 +333,9 @@ + + + org.apache.maven.plugins maven-surefire-plugin @@ -368,13 +373,13 @@ gnu - + --> @@ -433,7 +438,44 @@ + + maven-pmd-plugin + 3.6 + + ${maven.compiler.target} + true + + + + pmd-report + + pmd + + + + pmd-aggregate + false + + pmd + + + true + + + + + + org.codehaus.mojo + findbugs-maven-plugin + ${commons.findbugs.version} + + Normal + Default + + true + -Duser.language=en + + -