Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D7F3E36B for ; Fri, 4 Jan 2013 06:15:00 +0000 (UTC) Received: (qmail 50907 invoked by uid 500); 4 Jan 2013 06:15:00 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 50874 invoked by uid 500); 4 Jan 2013 06:15:00 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 50842 invoked by uid 99); 4 Jan 2013 06:14:59 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 06:14:59 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 7CED11C5EEC; Fri, 4 Jan 2013 06:14:53 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============5515819717897074555==" MIME-Version: 1.0 Subject: Re: Review Request: Work around maven dependency problems From: "Prasanna Santhanam" To: "cloudstack" , "Prasanna Santhanam" , "Noa Resare" Date: Fri, 04 Jan 2013 06:14:53 -0000 Message-ID: <20130104061453.29907.87072@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Prasanna Santhanam" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/8809/ X-Sender: "Prasanna Santhanam" References: <20130103174654.29908.45074@reviews.apache.org> In-Reply-To: <20130103174654.29908.45074@reviews.apache.org> Reply-To: "Prasanna Santhanam" --===============5515819717897074555== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8809/#review15068 ----------------------------------------------------------- Ship it! Ship It! - Prasanna Santhanam On Jan. 3, 2013, 5:46 p.m., Noa Resare wrote: > = > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/8809/ > ----------------------------------------------------------- > = > (Updated Jan. 3, 2013, 5:46 p.m.) > = > = > Review request for cloudstack. > = > = > Description > ------- > = > Oh maven *sigh*. The combination of a system of transitive dependencies a= nd the ability of pom files to inject (broken) repository information into = the lookup process sometimes result in a situation where maven attempts to = download artefacts from the wrong server. This typically happens over and = over again and slows down maven runs significantly. = > = > This is even more annoying when the artefacts downloaded most certainly i= sn't used. > = > The attached patch fixes three such problems that I can reproduce locally= . The pattern of adding excludes elements to maven dependency references is= already used in cloudstack. Newer versions of the dependencies removed are= added in other ways to the cloudstack dependency graph. > = > = > Diffs > ----- > = > awsapi/pom.xml 2e42655 = > = > Diff: https://reviews.apache.org/r/8809/diff/ > = > = > Testing > ------- > = > = > Thanks, > = > Noa Resare > = > --===============5515819717897074555==--