Return-Path: Delivered-To: apmail-incubator-rat-commits-archive@minotaur.apache.org Received: (qmail 59285 invoked from network); 27 Feb 2009 22:09:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 22:09:24 -0000 Received: (qmail 12383 invoked by uid 500); 27 Feb 2009 22:09:24 -0000 Delivered-To: apmail-incubator-rat-commits-archive@incubator.apache.org Received: (qmail 12359 invoked by uid 500); 27 Feb 2009 22:09:24 -0000 Mailing-List: contact rat-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: rat-dev@incubator.apache.org Delivered-To: mailing list rat-commits@incubator.apache.org Received: (qmail 12349 invoked by uid 99); 27 Feb 2009 22:09:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 14:09:24 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 22:09:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DEEE62388995; Fri, 27 Feb 2009 22:09:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r748720 - /incubator/rat/main/trunk/apache-rat/pom.xml Date: Fri, 27 Feb 2009 22:09:03 -0000 To: rat-commits@incubator.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090227220903.DEEE62388995@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rdonkin Date: Fri Feb 27 22:09:03 2009 New Revision: 748720 URL: http://svn.apache.org/viewvc?rev=748720&view=rev Log: Ensure aggregate jar contains the right license and notice. RAT-38 https://issues.apache.org/jira/browse/RAT-38 Modified: incubator/rat/main/trunk/apache-rat/pom.xml Modified: incubator/rat/main/trunk/apache-rat/pom.xml URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat/pom.xml?rev=748720&r1=748719&r2=748720&view=diff ============================================================================== --- incubator/rat/main/trunk/apache-rat/pom.xml (original) +++ incubator/rat/main/trunk/apache-rat/pom.xml Fri Feb 27 22:09:03 2009 @@ -66,16 +66,36 @@ + maven-remote-resources-plugin + 1.0 + + + + process + + + + org.apache:apache-jar-resource-bundle:1.4 + + + true + + + + + + maven-dependency-plugin - compile + process unpack-dependencies runtime ${project.build.outputDirectory} + false @@ -83,6 +103,10 @@ maven-jar-plugin + + **/LICENSE.txt + **/NOTICE.txt + org.apache.rat.Report