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 A13F7F381 for ; Wed, 8 May 2013 06:11:38 +0000 (UTC) Received: (qmail 20699 invoked by uid 500); 8 May 2013 06:11:38 -0000 Delivered-To: apmail-creadur-dev-archive@creadur.apache.org Received: (qmail 20576 invoked by uid 500); 8 May 2013 06:11:35 -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 20526 invoked by uid 99); 8 May 2013 06:11:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 06:11:33 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [212.90.139.82] (HELO smtp2.goneo.de) (212.90.139.82) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 06:11:27 +0000 Received: from localhost (localhost [127.0.0.1]) by smtp2.goneo.de (Postfix) with ESMTP id AB97323F789; Wed, 8 May 2013 08:10:44 +0200 (CEST) X-Virus-Scanned: by goneo X-Spam-Score: -2.9 X-Spam-Level: Received: from smtp2.goneo.de ([127.0.0.1]) by localhost (smtp2.goneo.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5QMZOQTs5PFX; Wed, 8 May 2013 08:10:44 +0200 (CEST) Received: from [192.168.0.33] (e178024023.adsl.alicedsl.de [85.178.24.23]) by smtp2.goneo.de (Postfix) with ESMTPSA id E0EAA23F67B; Wed, 8 May 2013 08:10:43 +0200 (CEST) Message-ID: <5189EC63.1050808@aiki-it.de> Date: Wed, 08 May 2013 08:10:43 +0200 From: "P. Ottlinger" MIME-Version: 1.0 To: dev@creadur.apache.org CC: =?UTF-8?B?RXJpay1Mw6JuIERvIERpbmg=?= Subject: Re: RAT maven plugin: exclude not working References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-2.9 tagged_above=-999 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9] autolearn=ham Hi Erik, Am 04.05.2013 17:10, schrieb Erik-Lân Do Dinh: > > file_which_should_be_excluded.txt > *.txt > pom.xml > I don't know your exact file system structure, but maybe you need to have a different exclusion: **/*.txt How does your project look like? Is it somewhere on github/googlecode to take a look at? Yours Phil