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 5F792EA4E for ; Tue, 8 Jan 2013 23:21:10 +0000 (UTC) Received: (qmail 75334 invoked by uid 500); 8 Jan 2013 23:21:10 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 75291 invoked by uid 500); 8 Jan 2013 23:21:10 -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 75282 invoked by uid 99); 8 Jan 2013 23:21:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 23:21:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.214.175] (HELO mail-ob0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 23:21:04 +0000 Received: by mail-ob0-f175.google.com with SMTP id vb8so1495055obc.20 for ; Tue, 08 Jan 2013 15:20:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=3ywjos2mtgmctrHJWxPNiYsveJf71v3gqlMa5SFOj+A=; b=WaXtMUWetgjP8DuhtO++LhlWsOGS6zPSiBdHUTLSaQgZv9BYylBbKUoxWfy30TllvL HhK4WbCITS/BrjXYOnnDyrsig5bU+dqLqXsJfYHJLS4hsudZ5nQrjPwePFs7nnvF9XQu VBWk2WQSlY52BNo1H6PsEoGnBzRVwIKWzpljxBfaGNLZxukll/QfAGKVL7JkDLN/VIUN O9JgHT+8zalI3II4vsht1i0TATdkeVHz2Izn5hW2B3g/PHXFcdEPXgbJ3RXZsrLoc0I7 uS6K/lulQa0BBqevR26GMIY86LDE+HANgVZCWoMVK0FjrEexx59bU2u2gkWrw8yyZDwI srQQ== Received: by 10.60.19.231 with SMTP id i7mr36873157oee.34.1357687243000; Tue, 08 Jan 2013 15:20:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.173.105 with HTTP; Tue, 8 Jan 2013 15:20:22 -0800 (PST) In-Reply-To: <8EC081586F1D7C41931517E802E9473201304931BDDE@SJCPMAILBOX01.citrite.net> References: <8EC081586F1D7C41931517E802E9473201304931BDDE@SJCPMAILBOX01.citrite.net> From: David Nalley Date: Tue, 8 Jan 2013 18:20:22 -0500 Message-ID: Subject: Re: "mvn install" failed on apache 4.0 branch: [ERROR] Failed to execute goal on project cloud-awsapi: Could not resolve dependencies for project org.apache.cloudstack:cloud-awsapi:jar:4.0.1-incubating-SNAPS To: cloudstack-dev@incubator.apache.org Cc: Edison Su Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkrUpXsQ8HdpAiraQkwrZLMW9dEOD1Z3Rju4E0b+aZPJOQp6nN9fuCn6vk4h4kC+guchMgP X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jan 8, 2013 at 6:10 PM, Jessica Wang wrote: > Hi, > > I just got latest code from apache 4.0 branch and "mvn install" failed: > > ======================================================================================================================================= > > [ERROR] Failed to execute goal on project cloud-awsapi: Could not resolve dependencies for project org.apache.cloudstack:cloud-awsapi:jar:4.0.1-incubating-SNAPS > HOT: Could not find artifact opensaml:opensaml:jar:1.1 in nexus (http://10.223.75.59:8081/nexus/content/groups/public) -> [Help 1] > > ======================================================================================================================================= > > Did anyone encounter the same error when running "mvn install" on apache 4.0 branch? > > Jessica Your local nexus mirror doesn't have that jar file. --David