Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 63262 invoked from network); 1 Jul 2009 17:56:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jul 2009 17:56:26 -0000 Received: (qmail 61081 invoked by uid 500); 1 Jul 2009 17:56:36 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 60990 invoked by uid 500); 1 Jul 2009 17:56:36 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 60980 invoked by uid 99); 1 Jul 2009 17:56:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 17:56:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 17:56:26 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 6F84514A81B6 for ; Wed, 1 Jul 2009 12:56:05 -0500 (CDT) Message-ID: <31461893.35501246470965409.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 1 Jul 2009 12:56:05 -0500 (CDT) From: "Paul Gier (JIRA)" To: issues@maven.apache.org Subject: [jira] Created: (MANT-53) Use maven ant tasks for resolving dependencies. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org Use maven ant tasks for resolving dependencies. ----------------------------------------------- Key: MANT-53 URL: http://jira.codehaus.org/browse/MANT-53 Project: Maven 2.x Ant Plugin Issue Type: Improvement Reporter: Paul Gier Currently the generated maven-build.xml file uses the task to try to download each dependency. This can be very slow especially because a separate is created for each repository, so the build has to wait for several timeouts. A better solution might be to use the maven ant tasks. That way the dependency resolution behaves the same way as the maven build. The ant plugin could resolve the ant tasks jar to the local maven repo, and then add the necessary configuration to the generated maven-build.xml. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira