From issues-return-100035-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Thu Jan 22 21:30:27 2015 Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D26B710CBD for ; Thu, 22 Jan 2015 21:30:27 +0000 (UTC) Received: (qmail 77345 invoked by uid 500); 22 Jan 2015 21:30:27 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 77300 invoked by uid 500); 22 Jan 2015 21:30:27 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 77282 invoked by uid 99); 22 Jan 2015 21:30:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 21:30:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 21:27:20 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 238EAB1187 for ; Thu, 22 Jan 2015 15:27:18 -0600 (CST) Date: Thu, 22 Jan 2015 15:27:18 -0600 (CST) From: "Dennis Lundberg (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MCHECKSTYLE-252) Version 2.13 includes non-source files in checks MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MCHECKSTYLE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg updated MCHECKSTYLE-252: ---------------------------------------- Fix Version/s: (was: 2.14) > Version 2.13 includes non-source files in checks > ------------------------------------------------ > > Key: MCHECKSTYLE-252 > URL: https://jira.codehaus.org/browse/MCHECKSTYLE-252 > Project: Maven Checkstyle Plugin > Issue Type: Bug > Components: checkstyle:checkstyle > Affects Versions: 2.13 > Reporter: Michael Heuer > Attachments: mcheckstyle-252.tar.gz > > > Updating maven-checkstyle-plugin to version 2.13 and running > {noformat}$ mvn site{noformat} > now includes non-source files in its checks, e.g. > {noformat}COPYING > COPYING.LESSER > target/generated-classes/cobertura/cobertura.properties{noformat} > While it is rather amusing to have checkstyle complain that COPYING (the text of the GNU General Public License) doesn't include a license header, it seems that the default source root or one of the other properties new to version 2.13 does not have an appropriate default value. The target directory should also be excluded by default. -- This message was sent by Atlassian JIRA (v6.1.6#6162)