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 1D36D9870 for ; Mon, 5 Mar 2012 07:53:37 +0000 (UTC) Received: (qmail 42412 invoked by uid 500); 5 Mar 2012 07:53:34 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 42336 invoked by uid 500); 5 Mar 2012 07:53:34 -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 42306 invoked by uid 99); 5 Mar 2012 07:53:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 07:53:33 +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 (nike.apache.org: domain of anders.g.hammar@gmail.com designates 209.85.216.50 as permitted sender) Received: from [209.85.216.50] (HELO mail-qw0-f50.google.com) (209.85.216.50) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 07:53:26 +0000 Received: by qabg27 with SMTP id g27so577409qab.9 for ; Sun, 04 Mar 2012 23:53:06 -0800 (PST) Received-SPF: pass (google.com: domain of anders.g.hammar@gmail.com designates 10.229.77.5 as permitted sender) client-ip=10.229.77.5; Authentication-Results: mr.google.com; spf=pass (google.com: domain of anders.g.hammar@gmail.com designates 10.229.77.5 as permitted sender) smtp.mail=anders.g.hammar@gmail.com; dkim=pass header.i=anders.g.hammar@gmail.com Received: from mr.google.com ([10.229.77.5]) by 10.229.77.5 with SMTP id e5mr2138983qck.99.1330933986203 (num_hops = 1); Sun, 04 Mar 2012 23:53:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=6nixhYWtoWew1pMCfqEbNdM5j1V1nAkMWUDZbszRMuE=; b=kSfm4JecdzZMPKECtt60fPq5VTZoFA0a6sldmSmOysWmpjUxP+pyxMOvX4Kyby1sGU FpkwsBZ8kvtJVamjVUN4DFOoSmY3nm6j101K1G1/KoCVoPoPFX74Z7tUxUmYj052NR0r cV/frEg/8WicqvhC+FykzO9047wnb3cDvWSiJD3mOd1Jq2fgEeGcPyxSLiQgsckTv7xG tH+yH42Z06j7kEds3dv2IYa7tKbARZ3I3fV9SZLRzX3zYyGiQF8QnDl6n2dzGbqN3mG3 p8UII6FxKnXd1sPzXgLn2pIX7lDfUmG+Owjpq0WueBwOq5X/NACMG6GhfcVmWFa6wLka K/Xg== MIME-Version: 1.0 Received: by 10.229.77.5 with SMTP id e5mr1840677qck.99.1330933986092; Sun, 04 Mar 2012 23:53:06 -0800 (PST) Sender: anders.g.hammar@gmail.com Received: by 10.229.63.65 with HTTP; Sun, 4 Mar 2012 23:53:06 -0800 (PST) In-Reply-To: <1330932180074-5536744.post@n5.nabble.com> References: <1330876705186-5535417.post@n5.nabble.com> <4F53A212.3040301@artifact-software.com> <1330932180074-5536744.post@n5.nabble.com> Date: Mon, 5 Mar 2012 08:53:06 +0100 X-Google-Sender-Auth: jj34Z1kvk4QWlgZGTt-_VWa78FE Message-ID: Subject: Re: eclipse plugin has a POM of its own From: Anders Hammar To: Maven Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org It might be that you're using different Maven versions. What version of Maven are you using from command-line? m2e (Eclipse) is using Maven 3.0.2+some patches (or 3.0.3 if you've installed the upgraded embedder). If you're using different Maven versions, different Super-POMs are used with different versions specified for the plugins. Thus, you should ALWAYS specify the version of the plugins your project is using! /Anders On Mon, Mar 5, 2012 at 08:23, sarmahdi wrote: > Thanks for the reply Ron, appreciate it > > The question is that why would i need to overriding your plug-in versions > now that I am in eclipse, outside of my eclipse i was doing fine and running > the POM as IS . now that I have ported it into eclipse why are the settings > different. I know your answer would be settings in eclipse for maven and > java. but I am only saying that why are they so different or OLD. I am > thinking that the eclipse maven plugin i downloaded was the older version > and it is the one making problems. > but i appreciate your answer. > > I guess you are right. it was confusing me esp because i just started to > work with maven and it was awesomely working for me. > > Anyways thanks. > > I will post another question for the webappsources location in POM. if there > is such a thing like that. > > Thanks. > Syed... > > > > -- > View this message in context: http://maven.40175.n5.nabble.com/eclipse-plugin-has-a-POM-of-its-own-tp5535417p5536744.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org