Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 91955 invoked from network); 3 Jun 2010 15:31:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 15:31:44 -0000 Received: (qmail 56299 invoked by uid 500); 3 Jun 2010 15:31:42 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 56230 invoked by uid 500); 3 Jun 2010 15:31:42 -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 56222 invoked by uid 99); 3 Jun 2010 15:31:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 15:31:42 +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 antonio.petrelli@gmail.com designates 74.125.83.43 as permitted sender) Received: from [74.125.83.43] (HELO mail-gw0-f43.google.com) (74.125.83.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 15:31:34 +0000 Received: by gwj17 with SMTP id 17so142445gwj.30 for ; Thu, 03 Jun 2010 08:31:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=n42OondRhiy2fp+pG9BT8oI/WjRAZ2s/I6Padv3FZ2Y=; b=mHiuTRt4sQSV1iEu5ujR+Jat1zsp3HoaacZ0/UqyflBxeTsNtwazg3isOSircsT9tc H7vGjhlPq1NL7aKpdDODk2FO/t/os08t1qvil6EQpwzu1lhKjjO1C8Op20IvfDuHoT8T Lf3m/oU+yTRbQJwaODYA8ri1zcrHjBwectnoU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=CqfoQG7ibhkKycjDMCpemVMco6C7+g3okGjot2QQi1GPxZs9kM1F9rXO/hTxDIEV2X yh7h0MuZdqcWTbrcag3Ws6TNOUmjJyELpTPqcfufZyotfyzXZyhH8dHTy+WIYLgGNe6m Uiu1CZtZlwgHSz/DpqpEmpOlNNkn12KEisQzs= MIME-Version: 1.0 Received: by 10.42.8.65 with SMTP id h1mr10098913ich.8.1275579073529; Thu, 03 Jun 2010 08:31:13 -0700 (PDT) Received: by 10.231.167.196 with HTTP; Thu, 3 Jun 2010 08:31:13 -0700 (PDT) In-Reply-To: References: <119974.97043.qm@web28512.mail.ukl.yahoo.com> <4C07BA63.8040204@artifact-software.com> Date: Thu, 3 Jun 2010 17:31:13 +0200 Message-ID: Subject: Re: Re : m2Eclipse From: Antonio Petrelli To: Maven Users List , angrygreg@gmail.com Cc: Andrew Close Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2010/6/3 Greg Akins : > On Thu, Jun 3, 2010 at 10:50 AM, Andrew Close wrote: >> >> i think Subversive is an Eclipse plugin that allows you to access >> Subversion from within Eclipse. =A0Maven does not use Subversive, Maven >> will work with your SCM(Subversion in this case) directly. =A0you need >> to add an SCM section to your POM (or SuperPOM) so Maven knows how to >> access your SCM. >> here is some info on configuring Maven to work with your SCM: >> http://maven.apache.org/pom.html#SCM >> > > Yes, Subversive is an Eclipse plugin.. > > So the M2Eclipse plugin, when checking out a new project in Eclipse > will use the Maven scm plugin? =A0Not the Eclipse SCM providers? I don't think so. M2Eclipse has an integration plugin between M2Eclipse and Subclipse (not subversive) that adds an extra "Check out as Maven project" menu item. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org