Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 67675 invoked from network); 24 Oct 2010 21:30:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Oct 2010 21:30:25 -0000 Received: (qmail 85413 invoked by uid 500); 24 Oct 2010 21:30:23 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 85332 invoked by uid 500); 24 Oct 2010 21:30:23 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 85324 invoked by uid 99); 24 Oct 2010 21:30:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Oct 2010 21:30:23 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aheritier@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Oct 2010 21:30:16 +0000 Received: by wyb39 with SMTP id 39so2514796wyb.30 for ; Sun, 24 Oct 2010 14:29:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=e8g1rOVFHWyfBrP1WVADORtZbvPPNJBVGA5cKYT1I+s=; b=b5l4/TSeA9vsmcrj6++dtqXkJgOGb431qMhcNbmgVMpNVPKtYCP7C7AW1Coh7dPM/S w81tEwRT6SYjX7uYazgRzNEBA/9IEAAazb5GxHyExqn9qfZ2jQPqiWtgHyEox7x+UhUV rleIgvy4wr8vkI91ZuTSFHRUhlXnSuC8vXLfc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=p0/5WC8FacTMZjpNZ+YmyIpOtGIB0lPhSvfq32vyE/+sPj6MA2yFGM5VelsCMNyFgq 5OhUPbyqXL2hflxRssaM+3vHpUx3Ebz5zX3iquvfPFwyFN7F3cUD0kA38PcWbRiGHpH6 Slitftzew659H1KyznAWuMgXqkktkR3as2QYA= Received: by 10.227.133.135 with SMTP id f7mr5660776wbt.117.1287955795601; Sun, 24 Oct 2010 14:29:55 -0700 (PDT) Received: from [192.168.0.60] (mea77-4-88-171-115-235.fbx.proxad.net [88.171.115.235]) by mx.google.com with ESMTPS id x28sm3678823weq.16.2010.10.24.14.29.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 24 Oct 2010 14:29:54 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Using Maven 1 repositories with Maven 3 From: =?iso-8859-1?Q?Arnaud_H=E9ritier?= In-Reply-To: <4CC4A44F.10505@yahoo.it> Date: Sun, 24 Oct 2010 23:29:26 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <667FC64A-E57E-41E9-9C0D-066211F8061D@gmail.com> References: <4CC47C73.1000308@yahoo.it> <4CC4A44F.10505@yahoo.it> To: "Maven Users List" X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org As some others said, the real solution for you is to use a repository = manager. It will bring many advantages to manage binaries coming from outside and = it will give you a transparent access to maven 1 and 2 repositories On Oct 24, 2010, at 11:25 PM, Zak Mc Kracken wrote: > Hi Anders, >=20 > thank you for your reply. Do you mean I can do the conversion as a = repository user? I need to access 3rd party repositories, I cannot = change them. By the way, this also means that "The 5 years is up" is not = a message for me :-) Maybe I could stop using java.net, but I have other = dependencies in the same situation that are not so easy to be moved out = or upgraded (I should trace all of them, check if there is a more recent = version in M2 repos, transitively check all the dependency tree, it was = becoming a nightmare when I decided that for the moment I won't migrate = to M3, unless I can arrange M1 support in that version too). >=20 > Marco. >=20 >=20 >=20 > On 24/10/2010 20:25, Anders Hammar wrote: >> And by the way, you should really try to stop using the java.net = repo. I'll >> quote Stephen Connolly, "friends don't let friends use the java.net = maven >> repositories". :-) >>=20 >> /Anders >>=20 >> On Sun, Oct 24, 2010 at 21:22, Anders Hammar = wrote: >>=20 >>> You need to get a repo manager like Nexus set up, which is able to = convert >>> from Maven 1 to Maven 2 repo format. >>>=20 >>> /Anders >>>=20 >>> On Sun, Oct 24, 2010 at 20:35, Zak Mc Kracken = wrote: >>>=20 >>>> Hi all, >>>>=20 >>>> sorry if the question has already been asked, I cannot find = anything on >>>> the mailing list archive. >>>>=20 >>>> Subject should be clear enough, I have a project with many = dependencies on >>>> Maven 1 3rd-party repositories that I cannot migrate (e.g.: = java.net). >>>> Isn't there a way to continue to use them? Like a plug-in to be = declared in >>>> my POM? If yes, please, could someone provide a usage example? >>>>=20 >>>> I really need that, otherwise I will need to stay with Maven 2, = until more >>>> people migrate to the 3. >>>>=20 >>>> Thanks in advance for any help. >>>>=20 >>>> Marco. >>>>=20 >>>>=20 >>>> = --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >>>> For additional commands, e-mail: users-help@maven.apache.org >>>>=20 >>>>=20 >>>=20 >>=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org