Return-Path: X-Original-To: apmail-creadur-dev-archive@www.apache.org Delivered-To: apmail-creadur-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 BFA4A11EE7 for ; Wed, 9 Jul 2014 12:45:05 +0000 (UTC) Received: (qmail 47571 invoked by uid 500); 9 Jul 2014 12:45:05 -0000 Delivered-To: apmail-creadur-dev-archive@creadur.apache.org Received: (qmail 47518 invoked by uid 500); 9 Jul 2014 12:45:05 -0000 Mailing-List: contact dev-help@creadur.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@creadur.apache.org Delivered-To: mailing list dev@creadur.apache.org Received: (qmail 47505 invoked by uid 99); 9 Jul 2014 12:45:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2014 12:45:05 +0000 Date: Wed, 9 Jul 2014 12:45:05 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@creadur.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (RAT-107) useEclipseDefaultExcludes does not ignore sub-module's eclipse dotfiles. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/RAT-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14056184#comment-14056184 ] ASF GitHub Bot commented on RAT-107: ------------------------------------ Github user richardcloudsoft commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/49#discussion_r14706993 --- Diff: pom.xml --- @@ -678,6 +662,64 @@ + + + org.apache.rat + apache-rat-plugin + 0.10 + + + verify + + check + + + + + + + + + **/.git/** + **/.gitignore + **/.idea/** + **/*.iml + **/.classpath/** + **/.project + **/.settings/** + **/*.log + **/brooklyn*.log.* + + ignored/** + LICENSE.md + **/MANIFEST.MF + **/test-output/** + **/*.pem.pub + **/*.svg + **/*.crt + **/*.csr + **/*.key + **/*.key.org + **/*.psd + **/*.json --- End diff -- s/jClouds/jclouds/ `` > useEclipseDefaultExcludes does not ignore sub-module's eclipse dotfiles. > ------------------------------------------------------------------------ > > Key: RAT-107 > URL: https://issues.apache.org/jira/browse/RAT-107 > Project: Apache Rat > Issue Type: Bug > Components: maven > Affects Versions: 0.8 > Environment: Maven 3.03, Java 1.6.0_29, eclipse Indigo Service release 1 > Reporter: jv > Labels: eclipse, maven > Attachments: apache-rat-project-RAT-107.patch > > > useEclipseDefaultExcludes works for ignoring eclipse dotfiles in the parent pom's directory, but when used in conjuction with excludeSubProjects=false, subProjects eclipse dotfiles are not ignored and I believe they should be. > This can be recreated by having a maven project with integrated submodules, and setting up RAT to false and true. In the generated output file you will see the .project and .settings file/folder are not included in the check, but the /.project and /.settings file/folder are checked (and will presumably fail). -- This message was sent by Atlassian JIRA (v6.2#6252)