Return-Path: Delivered-To: apmail-incubator-rat-commits-archive@minotaur.apache.org Received: (qmail 7840 invoked from network); 19 Mar 2009 12:29:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2009 12:29:06 -0000 Received: (qmail 63159 invoked by uid 500); 19 Mar 2009 12:29:06 -0000 Delivered-To: apmail-incubator-rat-commits-archive@incubator.apache.org Received: (qmail 63137 invoked by uid 500); 19 Mar 2009 12:29:06 -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 63128 invoked by uid 99); 19 Mar 2009 12:29:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 05:29:06 -0700 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; Thu, 19 Mar 2009 12:29:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 73911238896B; Thu, 19 Mar 2009 12:28:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r755973 - in /incubator/rat/main/trunk/apache-rat: pom.xml src/assemble/bin.xml Date: Thu, 19 Mar 2009 12:28:45 -0000 To: rat-commits@incubator.apache.org From: jochen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090319122845.73911238896B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jochen Date: Thu Mar 19 12:28:44 2009 New Revision: 755973 URL: http://svn.apache.org/viewvc?rev=755973&view=rev Log: - Making sure, that the LICENSE and NOTICE files from the remote-resources-plugin aren't overwritten when unpacking dependencies. - Changing tar file mode to GNU in order to avoid warnings. - Removing the empty apache-rat--sources.jar from the distribution. Modified: incubator/rat/main/trunk/apache-rat/pom.xml incubator/rat/main/trunk/apache-rat/src/assemble/bin.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=755973&r1=755972&r2=755973&view=diff ============================================================================== --- incubator/rat/main/trunk/apache-rat/pom.xml (original) +++ incubator/rat/main/trunk/apache-rat/pom.xml Thu Mar 19 12:28:44 2009 @@ -61,6 +61,12 @@ + maven-source-plugin + + false + + + maven-dependency-plugin @@ -72,26 +78,7 @@ runtime ${project.build.outputDirectory} false - - - - - - maven-remote-resources-plugin - 1.0 - - - compile - - process - - - - org.apache:apache-jar-resource-bundle:1.4 - - - true - + META-INF/LICENSE,META-INF/NOTICE,META-INF/LICENSE.*,META-INF/NOTICE.* @@ -100,8 +87,6 @@ maven-jar-plugin - **/LICENSE - **/NOTICE META-INF/maven @@ -129,16 +114,17 @@ maven-assembly-plugin - 2.2-beta-2 + 2.2-beta-3 ${basedir}/src/assemble/ + gnu make-assembly package - attached + single Modified: incubator/rat/main/trunk/apache-rat/src/assemble/bin.xml URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat/src/assemble/bin.xml?rev=755973&r1=755972&r2=755973&view=diff ============================================================================== --- incubator/rat/main/trunk/apache-rat/src/assemble/bin.xml (original) +++ incubator/rat/main/trunk/apache-rat/src/assemble/bin.xml Thu Mar 19 12:28:44 2009 @@ -31,7 +31,9 @@ ${project.basedir}/.. / + LICENSE LICENSE.* + NOTICE NOTICE.* RELEASE_NOTES.txt DISCLAIMER.txt @@ -57,6 +59,9 @@ apache-rat*.jar + + apache-rat-*-source.jar + target