Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 421A4959F for ; Wed, 19 Oct 2011 12:52:34 +0000 (UTC) Received: (qmail 10819 invoked by uid 500); 19 Oct 2011 12:52:33 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 10753 invoked by uid 500); 19 Oct 2011 12:52:33 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 10746 invoked by uid 99); 19 Oct 2011 12:52:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 12:52:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 19 Oct 2011 12:52:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BFAA523889FA for ; Wed, 19 Oct 2011 12:52:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1186178 - /commons/proper/compress/trunk/pom.xml Date: Wed, 19 Oct 2011 12:52:09 -0000 To: commits@commons.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111019125209.BFAA523889FA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Wed Oct 19 12:52:09 2011 New Revision: 1186178 URL: http://svn.apache.org/viewvc?rev=1186178&view=rev Log: Move to Parent 22, remove Clirr (now provided by parent), modernize javadoc, exclude test archives from RAT report Modified: commons/proper/compress/trunk/pom.xml Modified: commons/proper/compress/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1186178&r1=1186177&r2=1186178&view=diff ============================================================================== --- commons/proper/compress/trunk/pom.xml (original) +++ commons/proper/compress/trunk/pom.xml Wed Oct 19 12:52:09 2011 @@ -20,7 +20,7 @@ org.apache.commons commons-parent - 20 + 22 org.apache.commons @@ -193,19 +193,14 @@ org.apache.maven.plugins maven-javadoc-plugin - - - true - true - - - false + true ${maven.compile.source} ${commons.encoding} ${commons.docEncoding} true - http://download.oracle.com/javase/6/docs/api/ + ${commons.javadoc.java.link} + ${commons.javadoc.javaee.link} @@ -228,21 +223,6 @@ org.codehaus.mojo - clirr-maven-plugin - 2.3 - - - - org.apache.commons - commons-compress - 1.2 - - - info - - - - org.codehaus.mojo findbugs-maven-plugin 2.3.2 @@ -251,6 +231,19 @@ ${basedir}/findbugs-exclude-filter.xml + + org.apache.rat + apache-rat-plugin + ${commons.rat.version} + + + + src/test/resources/** + + PROPOSAL.txt + + + @@ -291,7 +284,6 @@ org.apache.maven.plugins maven-antrun-plugin - 1.6 process-test-resources