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 0190DD4F5 for ; Mon, 15 Oct 2012 04:30:50 +0000 (UTC) Received: (qmail 46571 invoked by uid 500); 15 Oct 2012 04:30:49 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 46051 invoked by uid 500); 15 Oct 2012 04:30:43 -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 46021 invoked by uid 99); 15 Oct 2012 04:30:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 04:30:42 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 04:30:36 +0000 Received: from telerig.nabble.com ([192.168.236.162]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TNcJj-0006Kt-4G for ivy-user@ant.apache.org; Sun, 14 Oct 2012 21:30:15 -0700 Message-ID: <34556326.post@talk.nabble.com> Date: Sun, 14 Oct 2012 21:30:15 -0700 (PDT) From: jchappelle To: ivy-user@ant.apache.org Subject: Retrieve a war artifact without dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jchappelle@4redi.com X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to perform a retrieve for a war file from within an ant build script using the "retrieve" task. When I do, ivy also tries to retrieve all the dependencies for that war. The war is already built with all the dependencies so I don't need those. The repository is a nexus repository and there is no ivy file but there is a maven pom file. Below is the xml for my resolver and my dependency. I'm an ivy newbie and I have been researching this for a couple of days. Any help is appreciated. -- View this message in context: http://old.nabble.com/Retrieve-a-war-artifact-without-dependencies-tp34556326p34556326.html Sent from the ivy-user mailing list archive at Nabble.com.