Return-Path: X-Original-To: apmail-maven-announce-archive@minotaur.apache.org Delivered-To: apmail-maven-announce-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D150A1128B for ; Sat, 2 Aug 2014 13:19:52 +0000 (UTC) Received: (qmail 36408 invoked by uid 500); 2 Aug 2014 13:19:51 -0000 Delivered-To: apmail-maven-announce-archive@maven.apache.org Received: (qmail 36006 invoked by uid 500); 2 Aug 2014 13:19:51 -0000 Mailing-List: contact announce-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@maven.apache.org Delivered-To: mailing list announce@maven.apache.org Received: (qmail 35973 invoked by uid 99); 2 Aug 2014 13:19:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Aug 2014 13:19:51 +0000 X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=INVALID_DATE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [83.219.192.166] (HELO smtp.bredband2.com) (83.219.192.166) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Aug 2014 13:19:43 +0000 Received: from Dennis-Dator (c-83-233-111-38.cust.bredband2.com [83.233.111.38]) (Authenticated sender: ed5133) by smtp.bredband2.com (Postfix) with ESMTPA id BA444DF8AA for ; Sat, 2 Aug 2014 15:19:21 +0200 (CEST) Date: Sat, 02 Aug 14 15:19:07 +0200 From: Dennis Lundberg To: announce@maven.apache.org To: users@maven.apache.org Cc: dev@maven.apache.org Message-ID: <312099282.01406985547654.JavaMail.Dennis@Dennis-Dator> Subject: [ANN] Apache Maven PMD Plugin 3.2 Released MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The Maven team is pleased to announce the release of the Apache Maven PMD Plugin, version 3.2 A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste fragments, as well as being able to fail the build based on these metrics. http://maven.apache.org/plugins/maven-pmd-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-pmd-plugin 3.2 Release Notes - Apache Maven PMD Plugin - Version 3.2 Task * [MPMD-188] Require Java 6 * [MPMD-182] Upgrade to PMD 5.1.2 Enjoy, -The Maven team