Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-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 6C75792CE for ; Sat, 14 Apr 2012 09:46:33 +0000 (UTC) Received: (qmail 29886 invoked by uid 500); 14 Apr 2012 09:46:32 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 29830 invoked by uid 500); 14 Apr 2012 09:46:32 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 29815 invoked by uid 99); 14 Apr 2012 09:46:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Apr 2012 09:46:31 +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 dawid.weiss@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Apr 2012 09:46:25 +0000 Received: by iagw33 with SMTP id w33so7159410iag.35 for ; Sat, 14 Apr 2012 02:46:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=kcUgOCvtBOnBdZURaoD0HgzQ/qnCUGC4lUMB2iRwsUY=; b=hYmEZIltFS2Z5HVbRyYVhw6NNmH51t57QzXqLjAjkoy78vXCYcE3Aj44F8GYZuUxby ieZzUon263TNhN5VBEFfczUS99lknuE6spLZNhY680iY1eErj2PqlCw3mA84cj6UvmSI 2AvDM1cU77vx82E2aSgVexQ0QmvvtnmWAyQFZqlAhO0kgwMWtURsfCmvEG8otzNinxl2 YSA1OGFBo0RCdfY7ut1U/74Z/s4SttTfQeTVyQcFLdawaheQUD0jh450ahDqBCBrVwKl VYy+8048NEOQw5XyDPCABv3Qe3oXpjS/YZN4rhgMjIMv9tggl8nL1UWSnXqZGf0PwiYx pXog== Received: by 10.50.219.199 with SMTP id pq7mr793835igc.70.1334396765095; Sat, 14 Apr 2012 02:46:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.117.199 with HTTP; Sat, 14 Apr 2012 02:45:44 -0700 (PDT) From: Dawid Weiss Date: Sat, 14 Apr 2012 11:45:44 +0200 Message-ID: Subject: Snapshot repositories and ivy. To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Does anybody know how to make ivy work with a snapshot repository (for example sonatype's snapshots)? Or even a local JAR dependency? From what I see it's ivysettings blah blah but where do I put it and what do I put inside? Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org