Return-Path: Delivered-To: apmail-incubator-gora-dev-archive@minotaur.apache.org Received: (qmail 25174 invoked from network); 24 Jan 2011 18:53:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jan 2011 18:53:36 -0000 Received: (qmail 8198 invoked by uid 500); 24 Jan 2011 18:53:36 -0000 Delivered-To: apmail-incubator-gora-dev-archive@incubator.apache.org Received: (qmail 8159 invoked by uid 500); 24 Jan 2011 18:53:36 -0000 Mailing-List: contact gora-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: gora-dev@incubator.apache.org Delivered-To: mailing list gora-dev@incubator.apache.org Received: (qmail 8147 invoked by uid 99); 24 Jan 2011 18:53:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jan 2011 18:53:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of henry.saputra@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bw0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jan 2011 18:53:28 +0000 Received: by bwz10 with SMTP id 10so4044922bwz.6 for ; Mon, 24 Jan 2011 10:53:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=Ph15Q9INnZYY7FX0mG2aa2w0ujXr6KwhrU1FNcikiSo=; b=CtB8k0F+quNArtpJIfcwTNLoWEXPXiQH0+237NhukiS5uHCY+6ALzY4KNbHgAY7GaP xbFxBCTxz6RUkXCHsv0aqLtEgow9JVmpkAMb0aGLMl3YcPwevt3sbNPYmmgdkcO+cZs/ xC+9argrzK6oIYe4bvkpZT8Sqm/g0obgluEmE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tQh3ulOU8+/KWIqF/wCGc1Bi11K+AfaKbJL9vv5SV1P/1vCSqGBtjH48pbYxDZ8M1o OXYjM0Dcn94njqhqYVEKHSBDsQekKf9odxw7ouOkC6IjXFg87VU+Q4Jmf+mMgg9hNUDz +TLW+K2KXeiMNKbevhx52sl15BAAWSgPIuc1Y= MIME-Version: 1.0 Received: by 10.204.80.161 with SMTP id t33mr4105630bkk.121.1295895087567; Mon, 24 Jan 2011 10:51:27 -0800 (PST) Received: by 10.204.64.79 with HTTP; Mon, 24 Jan 2011 10:51:27 -0800 (PST) Date: Mon, 24 Jan 2011 10:51:27 -0800 Message-ID: Subject: How to make sure the jars contain META-INF with Apache Ivy? From: Henry Saputra To: gora-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Guys, I am trying to prepare Gora for 0.1.0-incubating release (sorry for the delay, so much to learn) and looks like from http://incubator.apache.org/guides/releasemanagement.html#best-practice-jars I need to make sure each jar contain both LICENSE and NOTICE files. I know I could use Maven external resource plugin to do this but any tips on how to do this with Ant Ivy? -- Thanks, Henry