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 A2C9017488 for ; Mon, 13 Apr 2015 19:23:13 +0000 (UTC) Received: (qmail 45277 invoked by uid 500); 13 Apr 2015 19:23:13 -0000 Delivered-To: apmail-creadur-dev-archive@creadur.apache.org Received: (qmail 45236 invoked by uid 500); 13 Apr 2015 19:23:13 -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 45224 invoked by uid 99); 13 Apr 2015 19:23:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2015 19:23:13 +0000 Date: Mon, 13 Apr 2015 19:23:13 +0000 (UTC) From: "Philipp Ottlinger (JIRA)" To: dev@creadur.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (RAT-160) Fails to ignore build.log created by maven-invoker-plugin 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-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Ottlinger updated RAT-160: ---------------------------------- Attachment: RAT-160-proposedPatch.txt Thanks for your example project. I've added some minor modification when evaluating your bug report. I'd personally file a bug in the maven-invoker-plugin to make the creation of a logfile optional or to put it in a different location under /target as proposed earlier. A build.log generated during maven-invoker-plugin runs should pollute your project's basedir. RAT puts it rat.txt under target as well. On the other hand a fix is fairly easy to implement. Though I hesitate to add {code} **/build.log {code} to the default excludes. Would a plain {code} build.log {code} be okay for you? > Fails to ignore build.log created by maven-invoker-plugin > --------------------------------------------------------- > > Key: RAT-160 > URL: https://issues.apache.org/jira/browse/RAT-160 > Project: Apache Rat > Issue Type: Bug > Affects Versions: 0.10 > Reporter: Christopher Tubbs > Attachments: RAT-160-proposedPatch.txt > > > When using maven-invoker-plugin to run integration-tests for a maven plugin project, maven-invoker-plugin creates a build.log file in the basedir for the project. > This may be a bug in maven-invoker-plugin. Perhaps it'd be better to put this file in its build directory, rather than its basedir. Regardless, the apache-rat-plugin should ignore this build.log file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)