Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C44F0E3C7 for ; Wed, 6 Feb 2013 14:47:24 +0000 (UTC) Received: (qmail 57598 invoked by uid 500); 6 Feb 2013 14:47:22 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 57395 invoked by uid 500); 6 Feb 2013 14:47:22 -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 57380 invoked by uid 99); 6 Feb 2013 14:47:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 14:47:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [24.37.79.202] (HELO smtp.artifact-software.com) (24.37.79.202) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 14:47:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.artifact-software.com (Postfix) with ESMTP id 5B63C6A7A74 for ; Wed, 6 Feb 2013 09:46:53 -0500 (EST) X-Virus-Scanned: amavisd-new at artifact-software.com Received: from smtp.artifact-software.com ([127.0.0.1]) by localhost (smtp.artifact-software.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gvPubKbO0MBX for ; Wed, 6 Feb 2013 09:46:47 -0500 (EST) Received: from [192.168.3.170] (unknown [192.168.3.170]) by smtp.artifact-software.com (Postfix) with ESMTP id 19639FEC048 for ; Wed, 6 Feb 2013 09:46:47 -0500 (EST) Message-ID: <51126CD0.4060102@artifact-software.com> Date: Wed, 06 Feb 2013 09:46:40 -0500 From: Ron Wheeler Reply-To: rwheeler@artifact-software.com Organization: Artifact Software User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: users@maven.apache.org Subject: Re: MRM inside Eclipse References: <5108273D.3000806@durchholz.org> <51084BBF.4080508@durchholz.org> <5108DA1E.4030106@durchholz.org> <510938E5.5030302@artifact-software.com> <510996B3.70905@durchholz.org> <51099BA8.3020501@artifact-software.com> <51100708.90804@durchholz.org> <51102496.20704@artifact-software.com> <5112207E.10603@durchholz.org> <51125A48.9050806@durchholz.org> In-Reply-To: <51125A48.9050806@durchholz.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 06/02/2013 8:27 AM, Toolforger wrote: > Am 06.02.2013 11:15, schrieb Adrien Rivard: >> I'm not sure that that the latest m2e have more in the maven >> repositories >> view than what you already have > > I did have a test install of m2e with Juno, and sure enough, one of > the things I checked was the Maven view. > Unfortunately, I couldn't detect anything new there. > > So the question still stands: What Eclipse plugin carries MRM > functionality? > If that's m2e: How do I access it? > > BTW googling for m2e and mrm just turned up this thread, plus a few > bug tracker entries that I didn't bother to check. > > Regards, > Jo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > The Nexus MRM has a web browser interface that we use to manage MRM activities. Other than searching the MRM for new libraries to get their GAV info, there is really not a lot of interaction between developers and the MRM since Maven will get what is there and the MRM knows how to talk to the other MRMs that it is proxying. It is case of "set it up and forget it" except when we need to update a non-mavenized 3rd party project. You seem to want to do one thing that we would not do - capture interim releases from third parties. We update our 3rd party libraries fairly infrequently and it is a project management function rather than a developer activity. You may want a maven plug-in that downloads artifacts from an SCM and packages them as SNAPSHOTs in your SNAPSHOT MRM. I suppose that you could probably do this as a batch job on a schedule if that met your needs. Ron -- Ron Wheeler President Artifact Software Inc email: rwheeler@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org