From dev-return-85660-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue Jun 15 09:57:11 2010 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 17287 invoked from network); 15 Jun 2010 09:57:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jun 2010 09:57:11 -0000 Received: (qmail 1317 invoked by uid 500); 15 Jun 2010 09:57:10 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 952 invoked by uid 500); 15 Jun 2010 09:57:08 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 943 invoked by uid 99); 15 Jun 2010 09:57:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 09:57:07 +0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=AWL,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 09:57:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 64DA528985D2 for ; Tue, 15 Jun 2010 11:56:40 +0200 (CEST) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2uYEfV5t+brx for ; Tue, 15 Jun 2010 11:56:39 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id 4D63328985D4; Tue, 15 Jun 2010 11:56:36 +0200 (CEST) From: Stefan Bodewig To: dev@ant.apache.org Subject: -source.jar and -javadoc.jar in ivy.xml X-Draft-From: ("nnfolder:mail.jakarta-ant") Date: Tue, 15 Jun 2010 11:56:30 +0200 Message-ID: <87pqzs62lt.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, I've added the creation of -sources.jar and -javadoc.jar to the common build file used by all Antlibs so these jars can get uploaded to the mvn repo when we perform a release. Unfortunately it is not clear to me how to declare them as artifacts as child of publications that Ivy is supposed to upload. Something like this? I'm afraid this won't resolve to the correct name for the artifact. Would I need to provide an explicit url? What is the recommended way? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org