Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83DFE9FB5 for ; Thu, 19 Apr 2012 13:21:34 +0000 (UTC) Received: (qmail 7571 invoked by uid 500); 19 Apr 2012 13:21:34 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 7484 invoked by uid 500); 19 Apr 2012 13:21:34 -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 7477 invoked by uid 99); 19 Apr 2012 13:21:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2012 13:21:34 +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; Thu, 19 Apr 2012 13:21:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5704E23889BB for ; Thu, 19 Apr 2012 13:21:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1327943 - /commons/proper/imaging/trunk/pom.xml Date: Thu, 19 Apr 2012 13:21:11 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120419132111.5704E23889BB@eris.apache.org> Author: ggregory Date: Thu Apr 19 13:21:10 2012 New Revision: 1327943 URL: http://svn.apache.org/viewvc?rev=1327943&view=rev Log: Add PMD/CPD report. Modified: commons/proper/imaging/trunk/pom.xml Modified: commons/proper/imaging/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1327943&r1=1327942&r2=1327943&view=diff ============================================================================== --- commons/proper/imaging/trunk/pom.xml (original) +++ commons/proper/imaging/trunk/pom.xml Thu Apr 19 13:21:10 2012 @@ -196,6 +196,14 @@ findbugs-maven-plugin 2.4.0 + + org.apache.maven.plugins + maven-pmd-plugin + 2.7.1 + + ${maven.compile.target} + +