Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 40870 invoked from network); 1 Nov 2009 02:29:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Nov 2009 02:29:31 -0000 Received: (qmail 1003 invoked by uid 500); 1 Nov 2009 02:29:30 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 915 invoked by uid 500); 1 Nov 2009 02:29:30 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 906 invoked by uid 99); 1 Nov 2009 02:29:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2009 02:29:30 +0000 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2009 02:29:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 74FCD234C48C for ; Sat, 31 Oct 2009 19:28:59 -0700 (PDT) Message-ID: <450145174.1257042539477.JavaMail.jira@brutus> Date: Sun, 1 Nov 2009 02:28:59 +0000 (UTC) From: "Stephen Haberman (JIRA)" To: notifications@ant.apache.org Subject: [jira] Closed: (IVY-1137) maven sources are not transitive In-Reply-To: <1370276131.1256873399359.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Haberman closed IVY-1137. --------------------------------- Resolution: Duplicate Dup of IVY-1003. Which, embarrassingly, I even commented directly on a few months ago. > maven sources are not transitive > -------------------------------- > > Key: IVY-1137 > URL: https://issues.apache.org/jira/browse/IVY-1137 > Project: Ivy > Issue Type: Bug > Affects Versions: 2.1.0 > Reporter: Stephen Haberman > > When generating ivy.xmls from poms, ivy currently makes a "sources" conf with the source artifacts. > However, none of the dependencies have a sources->sources(*) conf mapping, so you cannot retrieve the sources transitively. > Personally, I would prefer seeing the sources/javadocs confs go away and just using the type=source|javadoc in the master conf, per this thread on ivy-user: > http://www.nabble.com/sources-as-conf-or-type-to26028446.html > But even the shortest path of adding a sources->sources(*) to the dependencies would work too. > For an example, here is a jetty pom, note that you'll get the jetty source with this but not the jetty-util source: > http://sprunge.us/PgAa > (Apologies for the paste bin, it's just what I used in the mail thread.) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.