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 E294AD307 for ; Wed, 5 Sep 2012 09:46:45 +0000 (UTC) Received: (qmail 4234 invoked by uid 500); 5 Sep 2012 09:46:45 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 3895 invoked by uid 500); 5 Sep 2012 09:46:45 -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 3876 invoked by uid 99); 5 Sep 2012 09:46:44 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2012 09:46:44 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id E884E1C0C46; Wed, 5 Sep 2012 09:46:43 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============1199009196565728798==" MIME-Version: 1.0 Subject: Re: Review Request: maven without -Dnonoss build dependency fix From: "Hugo Trippaers" To: "cloudstack" , "Hiroaki Kawai" , "Hugo Trippaers" Date: Wed, 05 Sep 2012 09:46:43 -0000 Message-ID: <20120905094643.591.10397@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Hugo Trippaers" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/6923/ X-Sender: "Hugo Trippaers" References: <20120905093925.583.27338@reviews.apache.org> In-Reply-To: <20120905093925.583.27338@reviews.apache.org> Reply-To: "Hugo Trippaers" --===============1199009196565728798== 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/6923/#review11060 ----------------------------------------------------------- Heya, This works, but a better fix would be to figure out why these targets depen= d on those vmwre tools. We need to be able to distribute console-proxy and = build it without any dependencies on vmware stuff. = Can you rewrite this patch to remove the dependencies on those three libs t= o vmware jars? If there are any errors we'll need to fix that. Cheers, Hugo - Hugo Trippaers On Sept. 5, 2012, 9:39 a.m., Hiroaki Kawai wrote: > = > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/6923/ > ----------------------------------------------------------- > = > (Updated Sept. 5, 2012, 9:39 a.m.) > = > = > Review request for cloudstack. > = > = > Description > ------- > = > I run mvn without -Dnonoss and got errors about vmware jar dependencies (= with empty m2 local repository). > = > [ERROR] Failed to execute goal on project cloud-vmware-base: Could not re= solve dependencies for project org.apache.cloudstack:cloud-vmware-base:jar:= 4.0.0-SNAPSHOT: The following artifacts could not be resolved: com.cloud.co= m.vmware:vmware-vim:jar:1.0, com.cloud.com.vmware:vmware-vim25:jar:1.0, com= .cloud.com.vmware:vmware-apputils:jar:1.0: Could not find artifact com.clou= d.com.vmware:vmware-vim:jar:1.0 in central (http://repo.maven.apache.org/ma= ven2) -> [Help 1] > = > Here I attach a patch to fix this. > = > = > Diffs > ----- > = > pom.xml 99b1177 = > = > Diff: https://reviews.apache.org/r/6923/diff/ > = > = > Testing > ------- > = > mvn && mvn test > = > = > Thanks, > = > Hiroaki Kawai > = > --===============1199009196565728798==--