Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 479286F70 for ; Tue, 14 Jun 2011 13:43:42 +0000 (UTC) Received: (qmail 11524 invoked by uid 500); 14 Jun 2011 13:43:41 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 11488 invoked by uid 500); 14 Jun 2011 13:43:41 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 11480 invoked by uid 99); 14 Jun 2011 13:43:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 13:43:41 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jmagno.ti@gmail.com designates 209.85.213.45 as permitted sender) Received: from [209.85.213.45] (HELO mail-yw0-f45.google.com) (209.85.213.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 13:43:33 +0000 Received: by ywl41 with SMTP id 41so3328175ywl.4 for ; Tue, 14 Jun 2011 06:43:12 -0700 (PDT) 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=Z99lEtzVGBzaWVZxu//cJBk7DveVndIP8/A9hwouDeg=; b=Lv5RnENkUdq+7AE1OgCFNCfNVXorX5Qs/1eR20Jgjk+cfYuRADgkAtDWXPcjqgyQfc hmCddxdG3rVg7UqwexhkTmYOju5QYssmsiZg9YZ51lHM4f4nGo1najkdChMvdND1GSJl OZKfMCMUwCUyMsDjg1mqUKhS156c8wHdo5gxs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ay8r/UnfIqgmkn8gvCI3kCyhwJizm1FcpY+lx7cxCumbMbdsNiypYidrrXa5OjbIAe 8367lRNqP6vLUeulwW9SJtUca/8zxSEqzemt+/bnzTGGQEmfecGo0b4Rpir9ezsQP9aY Q9qEl1UPKYswlHC+37R4stwHybI9cu6yWVSpc= MIME-Version: 1.0 Received: by 10.150.174.16 with SMTP id w16mr8099420ybe.297.1308058992544; Tue, 14 Jun 2011 06:43:12 -0700 (PDT) Received: by 10.151.84.12 with HTTP; Tue, 14 Jun 2011 06:43:12 -0700 (PDT) Date: Tue, 14 Jun 2011 10:43:12 -0300 Message-ID: Subject: Transitive dependencies? From: Jefferson Magno Solfarello To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=000e0cd5c504988a6804a5ac378f X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd5c504988a6804a5ac378f Content-Type: text/plain; charset=ISO-8859-1 Hello all, I have a multi-project setup like this: Project A publishs 5 artifacts Project B publishs 3 artifacts I would like to have a dependency in a way that Project B can publish its own artifacts plus the artifacts of Project A. In the future maybe Proj A publishs more artifacts, I don't want to declare the artifacts published by Proj A on the Ivy file of Proj B. I could have a Project C, that depends of project B, and when I execute on project C, Ivy downloads all the artifacts published by B (8 artifacts) Is there a way to do that? Regards, Jefferson --000e0cd5c504988a6804a5ac378f--