Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 94932 invoked from network); 29 Dec 2007 11:03:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Dec 2007 11:03:13 -0000 Received: (qmail 83525 invoked by uid 500); 29 Dec 2007 11:03:01 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 83505 invoked by uid 500); 29 Dec 2007 11:03:01 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Delivered-To: moderator for ivy-user@incubator.apache.org Received: (qmail 44975 invoked by uid 99); 28 Dec 2007 17:04:49 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of limbicsystem@gmail.com designates 64.233.162.227 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=oth2u/wPsBT0WHLp8M0+HZF3l7sV1V31KtsREDxorSU=; b=J3V92XIl9gKivXTbgoHbFOQsjyL6rHVQ9QA6VhWEy19KUgoBRure/cUr1VxQzASz7WpsEOtuv9rjo1MqYGp5oD3IoVBNOYEoYYfeRMdb6Gkl602Cq6IuLm5pMcmY8mH28kMLJBDUcCyc0M2MCZKOjEhmZ7jyY9cjMBZj2DBUNqM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=q/PVX3kxKL6vzc66nUDIUS43Z3L54twtLMCakxQZinrkEXh84OMDMW9egSpf3/nzU49mK4NPt56gzOERbdvrY1yCbFA812/0A+SEKps/G/K4njcdD5lRBq7PvPDNUuZBFpQ5pWtXTLXCTQLTsiIpz6ELd44AB1uMjdSjXG2gH6E= Message-ID: <96b929cc0712280904g76d35a76ja1b7612a3cb04318@mail.gmail.com> Date: Fri, 28 Dec 2007 12:04:31 -0500 From: "Limbic System" To: ivy-user@incubator.apache.org Subject: how to ignore missing metadata? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16494_32836304.1198861472006" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_16494_32836304.1198861472006 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline We have a custom maven1-style repository with several years' worth of legacy artifacts from our organization. I seem to be able to resolve artifacts from this repo, but my resolve/retrieve tasks always fail because there is no pom/ivy.xml metadata for the artifacts. Is there a way to ask ivy to ignore missing metadata? I've tried setting transitive="false" as well as validate="false" to no good effect. Thanks for your help, L ------=_Part_16494_32836304.1198861472006--