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 DF5018133 for ; Sun, 28 Aug 2011 23:15:00 +0000 (UTC) Received: (qmail 39634 invoked by uid 500); 28 Aug 2011 23:15:00 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 39487 invoked by uid 500); 28 Aug 2011 23:14:59 -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 39479 invoked by uid 99); 28 Aug 2011 23:14:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 23:14:59 +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 [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 23:14:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id ABBD81DE006A for ; Sun, 28 Aug 2011 18:14:32 -0500 (CDT) Date: Sun, 28 Aug 2011 18:14:32 -0500 (CDT) From: "Anthony Whitford (JIRA)" To: issues@maven.apache.org Message-ID: <17775875.7283.1314573272414.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <71249386.1171748581030.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Commented: (MCHECKSTYLE-70) Support for multiple source folders 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-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=277250#comment-277250 ] Anthony Whitford commented on MCHECKSTYLE-70: --------------------------------------------- No, I don't see this solved... I think the Checkstyle plugin should ask the MavenProject for its compileSourceRoots. See: http://maven.apache.org/ref/3.0.3/maven-core/apidocs/org/apache/maven/project/MavenProject.html#getCompileSourceRoots() > Support for multiple source folders > ----------------------------------- > > Key: MCHECKSTYLE-70 > URL: https://jira.codehaus.org/browse/MCHECKSTYLE-70 > Project: Maven 2.x Checkstyle Plugin > Issue Type: Improvement > Affects Versions: 2.1 > Reporter: Jan Palmquist > Priority: Minor > > It would be great if this plugin would support multiple source folders added by http://mojo.codehaus.org/build-helper-maven-plugin/ (or similar), and by default inspect sources from these folders instead of just ${project.build.sourceDirectory}. Correspondingly with respect to test sources if those are configured to be included. > There are other plugins available solving this problem (somehow), eg: > * http://mojo.codehaus.org/jdepend-maven-plugin/ > * http://mojo.codehaus.org/findbugs-maven-plugin/ > Maybe they can give some inspiration for how to make this possible? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira