Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 85405 invoked from network); 24 Sep 2007 21:06:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2007 21:06:45 -0000 Received: (qmail 2496 invoked by uid 500); 24 Sep 2007 21:06:33 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 2434 invoked by uid 500); 24 Sep 2007 21:06: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 2425 invoked by uid 99); 24 Sep 2007 21:06:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2007 14:06:33 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2007 21:08:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D25C71A9832; Mon, 24 Sep 2007 14:06:19 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r578968 - /commons/proper/email/trunk/pom.xml Date: Mon, 24 Sep 2007 21:06:19 -0000 To: commits@commons.apache.org From: bspeakmon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070924210619.D25C71A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bspeakmon Date: Mon Sep 24 14:06:18 2007 New Revision: 578968 URL: http://svn.apache.org/viewvc?rev=578968&view=rev Log: - use custom release profile for source/javadoc jar generation instead of maven plugins; tasks shamelessly stolen from io 1.3.2 POM, thanks Jochen Modified: commons/proper/email/trunk/pom.xml Modified: commons/proper/email/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=578968&r1=578967&r2=578968&view=diff ============================================================================== --- commons/proper/email/trunk/pom.xml (original) +++ commons/proper/email/trunk/pom.xml Mon Sep 24 14:06:18 2007 @@ -330,4 +330,49 @@ + + + release + + + + maven-antrun-plugin + + + + run + + package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +