Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 47210 invoked from network); 9 Oct 2007 14:29:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 14:29:53 -0000 Received: (qmail 24967 invoked by uid 500); 9 Oct 2007 14:28:15 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 24955 invoked by uid 500); 9 Oct 2007 14:28:15 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 24946 invoked by uid 99); 9 Oct 2007 14:28:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 07:28:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 64.233.162.233 as permitted sender) Received: from [64.233.162.233] (HELO nz-out-0506.google.com) (64.233.162.233) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 14:28:16 +0000 Received: by nz-out-0506.google.com with SMTP id s18so927215nze for ; Tue, 09 Oct 2007 07:27:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Ac3mbGRBAbf7KDR09s4GBjlG8bQz4veU8puaDfTtkyI=; b=O5psoJrmzpcYt9rH7UVVNZeNWICg13X0z6hRbmHv4bkoCWbKFDQWue9hriOM677eVFUGMjA8tAOA5uLzue6XuXMJlYdTJPSlkHCt7Q4pVg5GKeHaCpGjuzyMQRIVxYsVs+/HN0fWYr2GlWdity5DYOFWccRrMT7v7PEVVzdh0Us= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FZI/ELpa47u6O5LoLOXtf25rUiy1uqpkKlJ5dgMpaHm/jry8JdAkor9CuBJboiFA6+heMj/kj8o2tf2qPBVATNZ0EAAlwPApU2gt8macenKTaxSOG22Dno62aPWGEqHAnYMwEGwOC8kJTJFbO/nVM8Y8YMpb++NXDUgDiOMPfqA= Received: by 10.142.222.21 with SMTP id u21mr137532wfg.1191940074512; Tue, 09 Oct 2007 07:27:54 -0700 (PDT) Received: by 10.142.223.8 with HTTP; Tue, 9 Oct 2007 07:27:54 -0700 (PDT) Message-ID: <510143ac0710090727o16c1ee68j93ac2f91ee31d9e3@mail.gmail.com> Date: Tue, 9 Oct 2007 17:27:54 +0300 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Maven 1 Repo (was. Re: [ANNOUNCE] Apache Jackrabbit 1.3.3 released) In-Reply-To: <470B6243.8040805@caret.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <510143ac0710080445o6be2655dt29542b42fc5019f4@mail.gmail.com> <470A7805.3090108@caret.cam.ac.uk> <510143ac0710081303x606e1dfbg74a7ec8811c3a154@mail.gmail.com> <470B60D2.1070507@caret.cam.ac.uk> <470B6243.8040805@caret.cam.ac.uk> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 10/9/07, Steven Githens wrote: > I should checked both first... :) > > I can't seem to find the ones for Maven 1. Is this the correct location: > > http://repo1.maven.org/maven/org.apache.jackrabbit/jars/ > > I don't see anything above 1.1.1? That's because the artifacts are really only located in the Maven 2 repository, but there are a set of clever redirects that make them available also for Maven 1 clients. So while you can use the recent Jackrabbit artiracts as dependencies in Maven 1, but you can only browse the artifacts in the Maven 2 repository. Try for example http://repo1.maven.org/maven/org.apache.jackrabbit/jars/jackrabbit-core-1.3.3.jar BR, Jukka Zitting