Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 877B2105A6 for ; Thu, 12 Feb 2015 18:35:48 +0000 (UTC) Received: (qmail 26305 invoked by uid 500); 12 Feb 2015 18:35:48 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 26244 invoked by uid 500); 12 Feb 2015 18:35:48 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 26232 invoked by uid 99); 12 Feb 2015 18:35:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2015 18:35:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of spiegel@addthis.com designates 209.85.213.177 as permitted sender) Received: from [209.85.213.177] (HELO mail-ig0-f177.google.com) (209.85.213.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2015 18:35:42 +0000 Received: by mail-ig0-f177.google.com with SMTP id z20so5575146igj.4 for ; Thu, 12 Feb 2015 10:33:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=addthis.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=b0RT6mEBzFym82WKaUcsubT0BerxfXMDpNzL4WD7A28=; b=QoXiz6ZEfUsAzB/ofOFcXstaCOy8sn/c1ttTOv75sV+jlFjCx4Lszq+j7hBJDEZ2z2 LR1emr7eGAdgS5rmo44TPzCtINOTiyXr8G18kkkrIVCm5EZk3PWn9J10MM2vT7Zki+hi d/oXMfa8xdUixzskCH8bwECz25Otea7Bj3ghU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=b0RT6mEBzFym82WKaUcsubT0BerxfXMDpNzL4WD7A28=; b=OzRwd+uHlTdtTYRUXaOXjaqcELMO0heZLJi3n6Tdl1Elf5Wk0uUXQn6ro5Nwb8Ifyp gyHgVR0qk5EehANEj5QNPRMfBvs/C/D7lzBX4dfpueYRquODORtlo6jJYhucTS4UKEj+ VL/aopW3sSEysLZx1jdJNmSBSkO5SDMpay2QNp6oXWvEpoD3i1FT156ciSlZPz+23t1l KjfiPgquyr9yu2CgvidqfglWDMk3EPbvg9lktshGq6kGVUcwsGZJCfeuObjI3KK8kvC5 5zP92HIZ9kHnsaLgUtH8buXwSzDdGKeobMBfO2nFlKPjuDNOxsoEMF15Lxf9dF5dxik6 oKzg== X-Gm-Message-State: ALoCoQlf4nBVc5TeS8mQOWEZHbQusfqbsDWJwH3rV6Qc4ShxPd8aBagb/RTEFi0KQ0VA8a7TmjIX MIME-Version: 1.0 X-Received: by 10.42.190.207 with SMTP id dj15mr9679836icb.73.1423766031802; Thu, 12 Feb 2015 10:33:51 -0800 (PST) Received: by 10.36.26.21 with HTTP; Thu, 12 Feb 2015 10:33:51 -0800 (PST) In-Reply-To: References: Date: Thu, 12 Feb 2015 13:33:51 -0500 Message-ID: Subject: Re: Could not find artifact net.hydromatic:optiq-core:jar:0.9-drill-r18 From: Michael Spiegel To: dev@drill.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Thanks it was a configuration error on my end. When I moved my ~/.m2/settings.xml out of the way then everything started to work. On Mon, Feb 9, 2015 at 2:34 PM, Michael Spiegel wrote: > Hello, > > I'm trying to build drill from the git repository but I'm running into > this error: > > [ERROR] Failed to execute goal on project drill-common: Could not > resolve dependencies for project > org.apache.drill:drill-common:jar:0.8.0-SNAPSHOT: Could not find > artifact net.hydromatic:optiq-core:jar:0.9-drill-r18 in nexus. > > Is there something I need to do? > > Thanks, > --Michael