Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7EAD0E9B4 for ; Fri, 22 Feb 2013 23:15:29 +0000 (UTC) Received: (qmail 51498 invoked by uid 500); 22 Feb 2013 23:15:26 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 51415 invoked by uid 500); 22 Feb 2013 23:15:26 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 51398 invoked by uid 99); 22 Feb 2013 23:15:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 23:15:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.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; Fri, 22 Feb 2013 23:15:17 +0000 Received: from [192.168.0.3] (c-83-233-111-38.cust.bredband2.com [83.233.111.38]) (Authenticated sender: ed5133) by smtp.bredband2.com (Postfix) with ESMTPA id 531BF69410; Sat, 23 Feb 2013 00:14:52 +0100 (CET) Message-ID: <5127FBE1.5070209@apache.org> Date: Sat, 23 Feb 2013 00:14:41 +0100 From: Dennis Lundberg User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: announce@maven.apache.org, Maven Users List CC: Maven Developers List Subject: [ANN] Maven Checkstyle Plugin 2.10 Released X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.10 Generates a report on violations of code style and optionally fails the build if violations are detected. http://maven.apache.org/plugins/maven-checkstyle-plugin You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-checkstyle-plugin 2.10 Release Notes - Maven Checkstyle Plugin - Version 2.10 Bug * [MCHECKSTYLE-181] Upgrade to Checkstyle 5.6 * [MCHECKSTYLE-172] Checkstyle Plugin 2.8+ generates an additional aggregate report * [MCHECKSTYLE-167] Unconfigured checkstyle plugin duplicates entries in aggregated report * [MCHECKSTYLE-144] If 'src/main/java' does not exist in a project then checkstyle skips the other source folders of the project Improvement * [MCHECKSTYLE-175] Upgrade usage.htm to make it clear how configuration is done New Feature * [MCHECKSTYLE-184] Allow src/main/resources to be searched by Checkstyle Task * [MCHECKSTYLE-179] use plexus java 5 annotations instead of old-style javadoc annotations * [MCHECKSTYLE-178] use maven-plugin-tools' java 5 annotations Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org