Re: M2Eclipse vs. maven-eclipse-plugin: which is preferred?

2014-05-18 Thread Ron Wheeler
If you just use the Eclipse/STS delivered by the Spring team, you get everything that you need to use Maven without worrying about plug-ins. Ron On 15/05/2014 7:50 PM, Barrie Treloar wrote: On 9 May 2014 18:49, Thomas Broyer wrote: Hi all, Does the Apache Maven Project/Community has an off

Re: M2Eclipse vs. maven-eclipse-plugin: which is preferred?

2014-05-16 Thread Jason van Zyl
There is nothing official from the Maven itself. There used to be competing Maven Eclipse integration from different people here, and there has always been the command line generation vs IDE integration. So there is no officially blessed integration from the Maven project proper. Also note that

Re: M2Eclipse vs. maven-eclipse-plugin: which is preferred?

2014-05-16 Thread Barrie Treloar
On 9 May 2014 18:49, Thomas Broyer wrote: > Hi all, > > Does the Apache Maven Project/Community has an official stance about > whether M2Eclipse or maven-eclipse-plugin is preferred way of importing > Maven projects into Eclipse? > > I thought M2Eclipse was the blessed way, but I cannot find anyt

RE: m2eclipse, surefire and systepPropertyVariables

2013-11-24 Thread schrepfler
I think the most coherent behavior would be that m2e sets the launcher system properties automagically. If a maven project has surefire defined in a certain way the tests should have those properties declared. For example, I like to run my tests in UTC always, yet if ran by eclipse they usually exe

Re: m2eclipse install

2013-03-07 Thread Curtis Rueden
Hi Hossein, > I would like to install the m2eclipse As Ron says, you can use Eclipse/STS if you want the whole enchilada. Alternately, one middle ground is the "Eclipse IDE for Java Developers" download, which comes with both M2E and EGit already installed. Feature list here: http://www.eclips

Re: m2eclipse install

2013-03-07 Thread Jeffrey E Care
Hossein Miri wrote on 03/07/2013 09:46:49 AM: > there are a number of options for install: > > - Maven Integration for Eclipse WTP (Incubation) > by Eclipse.org, EPL > > - m2eclipse-wtp : Maven Integration for Eclipse WTP (from github) > by Red Hat, Inc., EPL > > - Maven Integrat

Re: m2eclipse install

2013-03-07 Thread Ron Wheeler
You can save yourself a lot of grief just by installing Eclipse/STS from Springsource. It includes Eclipse with a full set of plug-ins required to do development with Java, Maven and the Spring tool suite. Saves all these questions about what to load and how to fix incompatible dependencies.

Re: m2eclipse svn connector download and install

2012-07-05 Thread Ron Wheeler
It is easy and well documented. In the STS help window search for SVN connectors. You will get lots of help. Ron On 05/07/2012 7:58 AM, Jason van Zyl wrote: Use the m2e-users list for m2e specific questions: https://dev.eclipse.org/mailman/listinfo/m2e-users On Jul 5, 2012, at 4:30 AM, jianwe

Re: m2eclipse svn connector download and install

2012-07-05 Thread Jason van Zyl
Use the m2e-users list for m2e specific questions: https://dev.eclipse.org/mailman/listinfo/m2e-users On Jul 5, 2012, at 4:30 AM, jianwen lou wrote: > Hi, > I am using STS(Spring source toolsuite) As my IDE which integrated with > maven and m2eclipse,but there is no svn connector of m2eclipse,

Re: m2eclipse & oss.sonatype.org

2012-02-12 Thread TomazM
Dne 12.2.2012 17:51, piše Benson Margulies: > On Sun, Feb 12, 2012 at 10:57 AM, TomazM wrote: >> Is there any quick solution of bad m2eclipse plugin, we can't build maven >> projcet's what to switch to Ant? > > This mailing list does not support m2e. Consult the m2e users mailing > list. You can

Re: m2eclipse & oss.sonatype.org

2012-02-12 Thread Benson Margulies
On Sun, Feb 12, 2012 at 10:57 AM, TomazM wrote: > Is there any quick solution of bad m2eclipse plugin, we can't build maven > projcet's what to switch to Ant? This mailing list does not support m2e. Consult the m2e users mailing list. You can always stick with the maven-eclipse-plugin; it works

Re: m2eclipse: missing Navigate menu items

2011-07-25 Thread Milos Kleint
the book is most probably not uptodate. M2E had to follow Eclipse guidelines on main menu content when being accepted into indigo release train and all/most of the menu items are gone now. Milos On Mon, Jul 25, 2011 at 9:14 PM, kanesee wrote: > This is more a m2eclipse plugin issue and less mave

Re: m2eclipse: missing Navigate menu items

2011-07-25 Thread Jesse Farinacci
Greetings, On Mon, Jul 25, 2011 at 3:14 PM, kanesee wrote: > This is more a m2eclipse plugin issue and less maven but if any has an answer > or can point me in the right direction, I'd appreciate it. http://eclipse.org/m2e/ http://m2eclipse.sonatype.org/project-information.html -Jesse -- Ther

Re: m2eclipse only sets the java facet sometimes

2011-07-04 Thread Wayne Fay
> We are currently using Spring Source Tool Suite 2.7.0.M02 that comes with > m2eclipse 0.12. When our projects are initially imported into eclipse as m2eclipse is an independent project and has its own set of lists (user, dev, etc). Questions such as this should be sent there. Wayne ---

RE: m2eclipse only sets the java facet sometimes

2011-07-04 Thread Martin Gainty
James- is this the functionality adding ... to eclipse plugin.xml ? http://www.eclipse.org/articles/Article-BuildingProjectFacets/tutorial.html#creating.basic.facets Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confid

Re: m2eclipse-subversive and "Subversive Integration for the M2Eclipse" relation

2011-01-23 Thread Jason van Zyl
Use the m2eclipse list. This is not the place to ask m2eclipse questions. On Jan 23, 2011, at 5:21 PM, Stevo Slavić wrote: > Hello Maven users, > > Jason van Zyl just announced m2eclipse-subversive > http://twitter.com/#!/jvanzyl/status/29312097812750336 > > Does anyone know how is that projec

Re: m2eclipse plugin builder or launcher

2010-12-21 Thread Gajo Csaba
That's brilliant! Thank you very much, it works perfectly! Csaba On 21.12.2010 9:16, Lucas Persson wrote: Hi Here is some code snippet that launches a maven goal. (It is easy to for instance launch an Ant target, it is just

Re: m2eclipse plugin builder or launcher

2010-12-21 Thread Lucas Persson
Hi Here is some code snippet that launches a maven goal. (It is easy to for instance launch an Ant target, it is just another launch configuration that must be used) This snippet does not really has any dependency to the m2eclipse plugin.

Re: m2eclipse plugin builder or launcher

2010-12-21 Thread Anders Hammar
Wrong list. Use the m2e users list. http://m2eclipse.sonatype.org/project-information.html /Anders On Tue, Dec 21, 2010 at 08:27, Gajo Csaba wrote: > Hi, > > I have a question regarding the m2eclipse plugin. Let me know if this is > not the right place to ask. > > I'm writing my own custom plug

Re: M2Eclipse deploy to Nexus Repo Failure

2010-12-09 Thread ginni
Thanks for responses. Turns out I needed to include my .ssh and passphrase in addition to the username and password to make it work. -- View this message in context: http://maven.40175.n5.nabble.com/M2Eclipse-deploy-to-Nexus-Repo-Failure-tp3299138p3299294.html Sent from the Maven - Users mailing

Re: M2Eclipse deploy to Nexus Repo Failure

2010-12-09 Thread Jon Paynter
Can you deploy from the commandline? I followed the nexus setup instructions from the sonatype site here: http://www.sonatype.com/books/nexus-book/reference/maven.html And it worked great the first time. If it works from the command line, then chanes are its a m2eclipse issue. On Thu, Dec 9, 201

RE: M2Eclipse deploy to Nexus Repo Failure

2010-12-09 Thread KARR, DAVID (ATTSI)
> -Original Message- > From: ginni [mailto:gi...@aero.org] > Sent: Thursday, December 09, 2010 8:23 AM > To: users@maven.apache.org > Subject: M2Eclipse deploy to Nexus Repo Failure > > > I am able to log in via the browser (just using the defaults as we're > just > getting started with N

Re: m2eclipse Doxia Editor

2010-08-06 Thread Jason van Zyl
The M2Eclipse prior to 0.10.0 has now been decomposed into the core and extras. As of now I don't believe the Doxia Editors are being built and placed in the extras update site. I'll take a look and see if the build is functioning. If it's working it shouldn't be too hard to get it in the standa

RE: m2eclipse Mailing List

2010-06-11 Thread Shelli Orton
- From: Brett Randall [mailto:javabr...@gmail.com] Sent: Thursday, June 10, 2010 9:08 PM To: Maven Users List Subject: Re: m2eclipse Mailing List Hi Shelli, I too had the same problem a few weeks back. I tried to raise this via email to the list admin. Regards Brett On Fri, Jun 11, 2010 at

Re: m2eclipse Mailing List

2010-06-10 Thread Brett Randall
Hi Shelli, I too had the same problem a few weeks back. I tried to raise this via email to the list admin. Regards Brett On Fri, Jun 11, 2010 at 6:34 AM, Shelli Orton wrote: > Hi, > This post isn't Maven related, but I thought someone on this list may > know... is the m2eclipse mailing list be

Re: m2eclipse Mailing List

2010-06-10 Thread Brian Fox
Hi Shelli, The lists are still at codehaus so it should work via xircles. I guess it's time to proactively migrate to the sonatype.org servers. On Thu, Jun 10, 2010 at 4:34 PM, Shelli Orton wrote: > Hi, > This post isn't Maven related, but I thought someone on this list may > know... is the m2ecl

Re: Re : m2Eclipse

2010-06-04 Thread Mark H. Wood
On Thu, Jun 03, 2010 at 02:10:51PM -0400, Greg Akins wrote: > Turns out I missed the requirement for the m2Eclipse extras .. those > contain the SCM integration plugins. Looks like Subversive is > supported by the SCM Integration.. Subclipse requires an additional > provider. Aha! I've been stic

Re: Re : m2Eclipse

2010-06-03 Thread Greg Akins
Success! Turns out I missed the requirement for the m2Eclipse extras .. those contain the SCM integration plugins. Looks like Subversive is supported by the SCM Integration.. Subclipse requires an additional provider. On a clean Eclipse 3.5 install, I added Subversive, M2Ecilpse and Extras and w

Re: Re : m2Eclipse

2010-06-03 Thread Antonio Petrelli
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.  Maven does not use Subversive, Maven >> will work with your SCM(Subversion in this case) directly.  you need >> t

Re: Re : m2Eclipse

2010-06-03 Thread Ron Wheeler
On 03/06/2010 10:58 AM, Greg Akins wrote: 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. Maven does not use Subversive, Maven will work with your SCM(Subversion in this case) directly.

Re: Re : m2Eclipse

2010-06-03 Thread 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.  Maven does not use Subversive, Maven > will work with your SCM(Subversion in this case) directly.  you need > to add an SCM section to your

Re: Re : m2Eclipse

2010-06-03 Thread Ron Wheeler
On 03/06/2010 10:44 AM, Greg Akins wrote: On Thu, Jun 3, 2010 at 10:21 AM, Ron Wheeler wrote: You might want to look at Subversive. It is part of Eclipse and works very well and is much easier to install since it knows how to find its connectors. We started out with Subcipse but mo

Re: Re : m2Eclipse

2010-06-03 Thread Andrew Close
On Thu, Jun 3, 2010 at 9:44 AM, Greg Akins wrote: > On Thu, Jun 3, 2010 at 10:21 AM, Ron Wheeler > wrote: >>> >> >> You might want to look at Subversive. It is part of Eclipse and works very >> well and is much easier to install since it knows how to find its >> connectors. >> We started out with

Re: Re : m2Eclipse

2010-06-03 Thread Greg Akins
On Thu, Jun 3, 2010 at 10:21 AM, Ron Wheeler wrote: >> > > You might want to look at Subversive. It is part of Eclipse and works very > well and is much easier to install since it knows how to find its > connectors. > We started out with Subcipse but moved to Subversion when it became > available

Re: Re : m2Eclipse

2010-06-03 Thread Ron Wheeler
On 03/06/2010 10:07 AM, Greg Akins wrote: On Thu, Jun 3, 2010 at 10:06 AM, Julien HENRY wrote: Hi, You should install subclipse using this update site: http://subclipse.tigris.org/update_1.6.x Does Maven SCM not support Subversive? -

Re: Re : m2Eclipse

2010-06-03 Thread Greg Akins
On Thu, Jun 3, 2010 at 10:06 AM, Julien HENRY wrote: > Hi, > > You should install subclipse using this update site: > http://subclipse.tigris.org/update_1.6.x Does Maven SCM not support Subversive? - To unsubscribe, e-mail: use

Re : m2Eclipse

2010-06-03 Thread Julien HENRY
Hi, You should install subclipse using this update site: http://subclipse.tigris.org/update_1.6.x Regards, Julien - Message d'origine > De : Greg Akins > À : Maven Users List > Envoyé le : Jeu 3 juin 2010, 15h 36min 09s > Objet : m2Eclipse > > I just installed the m2Eclipse plugi

Re: m2eclipse mailing list?

2010-05-28 Thread Anders Hammar
See info here: http://m2eclipse.sonatype.org/project-information.html /Anders On Fri, May 28, 2010 at 15:56, Meeusen, Christopher W. < meeusen.christop...@mayo.edu> wrote: > Is there a separate list for m2eclipse questions? Got m2eclipse > properly building my aar services, but I get an annoying

RE: m2eclipse, surefire and systepPropertyVariables

2010-03-04 Thread wujek.srujek
Hi. I have just found out what the problem was. It all works on the command line, it also works when I invoke the maven test phase in eclipse. What didn't work is when I invoke tests via a TestNG runtime configuration from eclipse. It is crystal clear why this happens (it has nothing to do with ma

RE: m2eclipse, surefire and systepPropertyVariables

2010-03-04 Thread David Shapiro
Is ECLIPSE_HOME set? David -Original Message- From: WujekS [mailto:wujek.sru...@googlemail.com] Sent: Thursday, March 04, 2010 10:58 AM To: users@maven.apache.org Subject: m2eclipse, surefire and systepPropertyVariables Hi. I have a configuration to set certain properties in the pom fi

Re: m2eclipse plugin does not resolve properties from settings.xml

2010-01-13 Thread Maruf Aytekin
se.sonatype.org/project-information.html > > > -Original Message- > From: Maruf Aytekin [mailto:aayte...@gmail.com] > Sent: Tuesday, January 12, 2010 2:38 AM > To: Maven Users List > Subject: Re: m2eclipse plugin does not resolve properties from settings.xml > > Hi

RE: m2eclipse plugin does not resolve properties from settings.xml

2010-01-12 Thread Jeff Jensen
, January 12, 2010 2:38 AM To: Maven Users List Subject: Re: m2eclipse plugin does not resolve properties from settings.xml Hi Jeff Thanks for the details. Our projetc is a multi module project and system scoped dependencies defined in parent pom.xml. When I followed your steps plugin imported all sub

Re: m2eclipse plugin does not resolve properties from settings.xml

2010-01-12 Thread Maruf Aytekin
gt;> The dev version of m2eclipse uses Maven 3.  If the above doesn't fix, try >>> _not_ using the external - use the embedded version and see if the problem >>> goes away. >>> >>> >>> -Original Message- >>> From: Maruf Aytekin [mail

Re: m2eclipse plugin does not resolve properties from settings.xml

2010-01-12 Thread Stephen Connolly
o) though. >> >> The dev version of m2eclipse uses Maven 3.  If the above doesn't fix, try >> _not_ using the external - use the embedded version and see if the problem >> goes away. >> >> >> -Original Message- >> From: Maruf Aytekin [m

Re: m2eclipse plugin does not resolve properties from settings.xml

2010-01-12 Thread Maruf Aytekin
leo) though. > > The dev version of m2eclipse uses Maven 3.  If the above doesn't fix, try > _not_ using the external - use the embedded version and see if the problem > goes away. > > > -Original Message- > From: Maruf Aytekin [mailto:aayte...@gmail.com] >

RE: m2eclipse plugin does not resolve properties from settings.xml

2010-01-11 Thread Jeff Jensen
f it ain't broke...". -Original Message- From: Steve Cohen [mailto:sco...@javactivity.org] Sent: Monday, January 11, 2010 7:19 AM To: Maven Users List Subject: Re: m2eclipse plugin does not resolve properties from settings.xml Jeff Jensen wrote: > > And you are using th

RE: m2eclipse plugin does not resolve properties from settings.xml

2010-01-11 Thread Jeff Jensen
11, 2010 7:34 AM To: users@maven.apache.org Subject: RE: m2eclipse plugin does not resolve properties from settings.xml Thanks for your quick reply on this. I am using latest from http://m2eclipse.sonatype.org/update-dev/site. I use maven external. as C:\apache-maven-2.1.0 and defined both global and user setiin

RE: m2eclipse plugin does not resolve properties from settings.xml

2010-01-11 Thread Maruf Aytekin
getting this working for other projects in my previous company. Do you think eclipse version does matter? Thanks, Maruf -Original Message- From: Jeff Jensen [mailto:jeffjen...@upstairstechnology.com] Sent: Monday, January 11, 2010 3:02 PM To: 'Maven Users List' Subject: RE:

Re: m2eclipse plugin does not resolve properties from settings.xml

2010-01-11 Thread Steve Cohen
Jeff Jensen wrote: > > And you are using the dev version of m2eclipse? If not, you should - it's > more stable than the official release. > > Please elaborate on this. Thanks. - To unsubscribe, e-mail: users-unsubscr...@ma

RE: m2eclipse plugin does not resolve properties from settings.xml

2010-01-11 Thread Jeff Jensen
> Any help on this would be greatly appreceated. Something to try - have you done a "mvn install" from the CLI for it (you mention the build works, but not which goal, so thought I would mention it)? A few times I've had unexplainable build problems when first setting up a new Eclipse workspace wi

Re: m2eclipse error

2010-01-06 Thread Andrea Libero Valori
M2eclipse embedded Maven and "command line" Maven are not the same, so they apply different default settings, from here the discrepancy between the two behaviours. Possible solutions are: - explicitly set the source and target version as Anders Hammad said before or (better, after me) - configur

Re: m2eclipse error

2010-01-06 Thread Brian Fox
; >> >> >> org.apache.maven.plugins >> maven-compiler-plugin >> >> >> C:\Produits\IBM\SDP70\jdk\bin\javac >> >> 1.5 >> 1.5 >> 1.5 >> >> >> >> >> Taht's works from command line but not with m2eclipseu &

Re: m2eclipse error

2010-01-06 Thread kristian
t; Taht's works from command line but not with m2eclipseu > > Regards > Philippe > > > > > > >> Message du 05/01/10 22:48 >> De : "Anders Hammar" >> A : "Maven Users List" , "Philippe Couas" >> Copie à : >> Obje

Re: m2eclipse error

2010-01-06 Thread Philippe Couas
Maven Users List" , "Philippe Couas" > Copie à : > Objet : Re: m2eclipse error > > The error message says it. You need to define source 1.5 for the compiler > plugin. > http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.

Re: m2eclipse error

2010-01-05 Thread Anders Hammar
The error message says it. You need to define source 1.5 for the compiler plugin. http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html /Anders On Tue, Jan 5, 2010 at 22:24, Philippe Couas wrote: > Hi > > When i launch m2eclipse 0.94 from RAD7, i hav

Re: m2eclipse problem

2009-12-13 Thread Frederic Camblor
Hi, Maybe you have "download repository index updates at startup" unchecked in your maven preferences ? I think M2Eclipse use these index to search for artefacts when adding dependency ... Frédéric On Sun, Dec 13, 2009 at 10:56 AM, Anders Hammar wrote: > Nabble shows it being active: > http://

Re: m2eclipse problem

2009-12-13 Thread Anders Hammar
Nabble shows it being active: http://old.nabble.com/Maven-Eclipse---User-f14525.html /Anders On Sat, Dec 12, 2009 at 23:50, Steve Cohen wrote: > Steve Cohen wrote: > > I know there's an m2eclipse mailing list but it doesn't seem to be > > respoding to subscription requests so I thought maybe I'

Re: m2eclipse problem

2009-12-12 Thread Steve Cohen
Steve Cohen wrote: > I know there's an m2eclipse mailing list but it doesn't seem to be > respoding to subscription requests so I thought maybe I'd ask this here. > > I have an old Eclipse workspace, in which the M2Eclipse functions > properly, as far as scanning for dependencies is concerned. >

Re: m2eclipse: when creating a new maven project - it adds J2SE 1.4 instead of JDK 1.6

2009-11-12 Thread Brian Fox
m2e uses the settings from the compiler plugin. If you want 1.6, then update the plugin source/target in your pom. On Thu, Nov 12, 2009 at 8:53 AM, eyal edri wrote: > This works, > > i'm trying to make the m2eclipse plugin do it by default when creating a new > maven project. > > in eclipse the d

Re: m2eclipse: when creating a new maven project - it adds J2SE 1.4 instead of JDK 1.6

2009-11-12 Thread eyal edri
This works, i'm trying to make the m2eclipse plugin do it by default when creating a new maven project. in eclipse the default JDK is 1.6. Also, when using the wizard, i don't edit the pom file to see the jdk ver, even after it is created, i can't see any node saying the jdk ver. On Thu, Nov

Re: m2eclipse: when creating a new maven project - it adds J2SE 1.4 instead of JDK 1.6

2009-11-12 Thread Nick Stolwijk
Did you specify that you are using 1.6 in your pom file? The default is still 1.4. [...] [...] org.apache.maven.plugins maven-compiler-plugin 1.4 1.4 [...] [...] Hth, Nick Stolwijk ~Java Developer~

Re: m2eclipse: when creating a new maven project - it adds J2SE 1.4 instead of JDK 1.6

2009-11-12 Thread maven apache
2009/11/12 eyal edri > HI, > > i'm creating a new maven project in eclipse using m2eclipse. > > my default JDK in 1.6.016 in eclipse. > for some reason the wizard adds the J2SE 1.4 as the JRE SYSTEM LIBRARY > instead of 1.6 JDK. > > In the build path try to remove the Jre Libragy and add the jdk

Re: m2eclipse

2009-11-09 Thread Brian Fox
mailto:fabricio.le...@sefaz.ce.gov.br] > Sent: Monday, November 09, 2009 5:19 AM > To: Maven Users List > Subject: Re: m2eclipse > > I´m having this same problem while subscribing do m2eclipse mailing list. > > maven apache wrote: >> 2009/11/7 Brian Fox >> >>

RE: m2eclipse

2009-11-09 Thread Damon Silver
Damon -Original Message- From: Fabricio Lemos [mailto:fabricio.le...@sefaz.ce.gov.br] Sent: Monday, November 09, 2009 5:19 AM To: Maven Users List Subject: Re: m2eclipse I´m having this same problem while subscribing do m2eclipse mailing list. maven apache wrote: > 2009/11/7 Brian Fox

Re: m2eclipse

2009-11-09 Thread Fabricio Lemos
I´m having this same problem while subscribing do m2eclipse mailing list. maven apache wrote: 2009/11/7 Brian Fox On Fri, Nov 6, 2009 at 3:48 AM, maven apache wrote: 2009/11/6 Olivier Lamy BTW you can use m2e user ml Have a look here : http://m2eclipse.sonatype.

Re: m2eclipse

2009-11-05 Thread maven apache
in is not compatible with the eclipse IDE? However I had tried the elcipse of version 3.5,3.4,the situation is same. > > > > > > > > From: maven apache [mailto:apachemav...@gmail.com] > Sent: Thursday, November 05, 2009 9:33 PM > To: Maven Users List > Subject: Re

RE: m2eclipse

2009-11-05 Thread Jeff Jensen
Possibly the m2eclipse Sonatype book will help? http://www.sonatype.com/books/m2eclipse-book/reference From: maven apache [mailto:apachemav...@gmail.com] Sent: Thursday, November 05, 2009 9:33 PM To: Maven Users List Subject: Re: m2eclipse The other plugins such as "POM xml E

Re: m2eclipse

2009-11-05 Thread maven apache
The other plugins such as "POM xml Editor" and the requried "maven integration for eclipse" are installed, just this POM Editor can not be installed. See annex a.jpg. 2009/11/6 maven apache > > > 2009/11/6 Martin Gainty > > >> install instructions from eclipse plugin doc page >> http://docs.cod

Re: m2eclipse

2009-11-05 Thread maven apache
2009/11/6 Martin Gainty > > install instructions from eclipse plugin doc page > http://docs.codehaus.org/display/M2ECLIPSE/Maven+POM+editor It just give the advantage of the POM editor , nothing can be found about how to install. > > > Martin Gainty > ___

RE: m2eclipse

2009-11-05 Thread Martin Gainty
install instructions from eclipse plugin doc page http://docs.codehaus.org/display/M2ECLIPSE/Maven+POM+editor Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nich

Re: M2Eclipse 0.9.9.200909092308 - Maven Project builder is running endless

2009-09-29 Thread Jason van Zyl
Don't use the Maven user list for m2eclipse issues. I've CC'd the m2e user list so you know where the list is. On 2009-09-28, at 4:53 PM, Kai Hackemesser wrote: Hi, Do you know how to stop M2Ecklipse Project builder from running in all the time? As soon as it reaches the end it starts from

Re: M2Eclipse 0.9.9.200909092308 - Maven Project builder is running endless

2009-09-28 Thread Anders Hammar
The m2eclipse mailing list is probably a better target for this question. (Even though a lot of the same people read both lists.) /Anders On Tue, Sep 29, 2009 at 01:53, Kai Hackemesser wrote: > Hi, > > Do you know how to stop M2Ecklipse Project builder from running in all the > time? As soon as

Re: M2Eclipse - Security issue

2009-09-24 Thread adasal
Justin, Thanks for immediate response. OK, I know now, that's good. Good reason to have a repository manager. Adam 2009/9/24 Edelson, Justin > To my mind, the only way to solve this problem is to use a repository > manager which supports routing. You would configure Maven to direct all > traffic

RE: M2Eclipse - Security issue

2009-09-24 Thread Edelson, Justin
To my mind, the only way to solve this problem is to use a repository manager which supports routing. You would configure Maven to direct all traffic to the repository manager and configure the repository manager with explicit rules regarding which repositories to search for which artifacts. Som

Re: m2eclipse+galileo: index issue? (solved)

2009-09-23 Thread Jan de Ruiter
tony_k wrote: > > ... > > so on a lark, i reinstalled galileo and then m2eclipse and this time let > the "updating indexes" phase run to completion (it actually did take about > a half hour) and then things seemed ok. > > ... > re-installing may not be necessary. I tried this: Do in eclipse:

Re: m2eclipse+galileo: index issue? (solved)

2009-06-28 Thread Brian Fox
It should normally take only a few minutes to retrieve the initial index from s3 and process it. Subsequent requests will pick up the weekly incremental which is ~150k and is barely noticeable. There are some known problems where the indexes get left in an odd state if it's aborted. On Sat, Jun 27

Re: m2eclipse+galileo: index issue? (solved)

2009-06-26 Thread tony_k
i read somewhere about the the initial m2eclipse "updating indexes" phase taking a half hour and i recalled that i actually forcefully stopped that phase in eclipse by clicking the red button to the right of the progress bar. so on a lark, i reinstalled galileo and then m2eclipse and this time

Re: m2eclipse+galileo: index issue?

2009-06-26 Thread tony_k
forgot to mention, the other potentially relevant detail is that this also seems to work fine from ganymede on my corporate laptop... 6/26/09 10:46:23 PM EDT: Updating index http://repo1.maven.org/maven2/ 6/26/09 10:46:27 PM EDT: Downloading central : nexus-maven-repository-index.properti

Re: m2eclipse "add dependency" panel and nexus repository

2009-06-20 Thread tony_k
thanks a lot brian! i didn't realize there was a separate "maven indexes" view until you alluded to it here, i was looking only in window->preferences->maven... Brian Fox-3 wrote: > > You first need to publish the indexes from your nexus repo. The > internal indexes are maintained in real time

Re: m2eclipse "add dependency" panel and nexus repository

2009-06-20 Thread Brian Fox
You first need to publish the indexes from your nexus repo. The internal indexes are maintained in real time, but it isn't automatically exported for consumption unless you schedule it. (it's on the scheduled task page). Then in m2e, you need to add a new index (you will probably want to remove the

Re: [m2eclipse-user] Re: Maven, M2Eclipse, Nexus @ Eclipse DemoCamp in Budapest

2009-06-17 Thread Stevo Slavić
When in Szeged, why not come by to Novi Sad as well? :) Regards, Stevo. 2009/6/16 Tamás Cservenák > Also, two of us will be at University of Szeged on Friday 19th, doing > the same "we'll be doing some demos and chatting with folks". The beer > will came later, most probably at the evening. > >

Re: m2eclipse and crashing on any access to pom.xml

2009-04-09 Thread Sean Davis
On Wed, Apr 8, 2009 at 4:06 PM, Brian E. Fox wrote: > The m2eclipse user list is more appropriate for this, but Igor found these > links: > http://www.mail-archive.com/ubuntu-b...@lists.ubuntu.com/msg728168.html > http://dev.eclipse.org/newslists/news.eclipse.newcomer/msg21845.html > so it doesn't

RE: m2eclipse and crashing on any access to pom.xml

2009-04-08 Thread Brian E. Fox
The m2eclipse user list is more appropriate for this, but Igor found these links: http://www.mail-archive.com/ubuntu-b...@lists.ubuntu.com/msg728168.html http://dev.eclipse.org/newslists/news.eclipse.newcomer/msg21845.html so it doesn't seem specific to M2e. -Original Message- From: sean

Re: M2Eclipse Plugin can't resolve workspace dependency during MVN compile

2009-02-20 Thread Eugene Kuleshov
Jason van Zyl-5 wrote: > >> So when, in Eclipse, I do: Run As -> Maven Build >> Is that invoking the CLI or is m2eclipse doing the work? If it's >> actually invoking the CLI, then that's the reason, but if m2eclipse is >> doing the work, I would expect it to find my workspace dependencies >> dur

Re: m2eclipse and paths for dependencies

2009-02-19 Thread Jason van Zyl
Use the m2e users list: u...@m2eclipse.codehaus.org On 18-Feb-09, at 12:05 PM, cpopetz wrote: Hello, I have an m2eclipse project which references a maven jar dependency. In an eclipse run configuration (for launching jetty, to be specific) I need to reference the path to that jar depend

Re: M2Eclipse Plugin can't resolve workspace dependency during MVN compile

2009-02-11 Thread Lincoln Baxter, III
That flag is what I was looking for. Thanks! I'll give it a shot. On Tue, 2009-02-10 at 23:11 -0500, Jason van Zyl wrote: > On 10-Feb-09, at 5:36 PM, Lincoln Baxter, III wrote: > > > > > > >> > >> The version must also match. If you refer to a project and the > >> version > >> doesn't match th

Re: M2Eclipse Plugin can't resolve workspace dependency during MVN compile

2009-02-10 Thread Jason van Zyl
On 10-Feb-09, at 5:36 PM, Lincoln Baxter, III wrote: The version must also match. If you refer to a project and the version doesn't match the version in your workspace then m2eclipse will use normal Maven resolution which is checking your local and then remote versions. Yeah the versi

Re: M2Eclipse Plugin can't resolve workspace dependency during MVN compile

2009-02-10 Thread Lincoln Baxter, III
> > The version must also match. If you refer to a project and the version > doesn't match the version in your workspace then m2eclipse will use > normal Maven resolution which is checking your local and then remote > versions. > Yeah the versions match :) > > Maven is not m2eclipse. T

Re: M2Eclipse Plugin can't resolve workspace dependency during MVN compile

2009-02-10 Thread Jason van Zyl
On 10-Feb-09, at 8:47 AM, Lincoln Baxter, III wrote: Hey Yves, thanks for looking in to this. ocpsoft-base hasn't been released yet, but it exists in my workspace. If I'm understanding the M2eclipse plugin correctly, it should be able to detect that I have a project with that groupId/artifa

Re: M2Eclipse Plugin can't resolve workspace dependency during MVN compile

2009-02-10 Thread Lincoln Baxter, III
Hey Yves, thanks for looking in to this. ocpsoft-base hasn't been released yet, but it exists in my workspace. If I'm understanding the M2eclipse plugin correctly, it should be able to detect that I have a project with that groupId/artifactId in my workspace, and resolve it without having a JAR fi

Re: M2Eclipse Plugin Seems can't resolve workspace dependency during build

2009-02-10 Thread Yves Dessertine
Maven2 was unable to find http://repo1.maven.org/maven2/com/ocpsoft/ocpsoft-base/1.0.0/ocpsoft-base-1.0.0.pom In short, your artifact with : groupId com.ocpsoft artifactId ocpsoft-base version 1.0.0 doesn't exist in maven's public repository (if you try accessing the URL in the error message, you

Re: m2eclipse CTRL-SHIFT-T "Open Type" dialog is missing

2009-01-29 Thread Lincoln Baxter, III
Thanks! You nailed it. For some reason the Maven plugin disabled my Perspective -> Customize -> Commands -> Java Open Type option. Happier... --Lincoln On Thu, 2009-01-29 at 12:53 +0100, Mateusz Grzechociński wrote: > 2009/1/28 Lincoln Baxter, III : > > Hi Mavenites, > > > > When I install the

Re: m2eclipse CTRL-SHIFT-T "Open Type" dialog is missing

2009-01-29 Thread Mateusz Grzechociński
2009/1/28 Lincoln Baxter, III : > Hi Mavenites, > > When I install the m2eclipse plugin, version 0.9.6, my Open Type dialog > box disappears. I can't bring it up with a shortcut. The menu item is > gone. It's just missing. > Is this intentional? I really rely on this dialog quite a bit. How can I >

Re: M2Eclipse dependency resolution

2008-12-22 Thread Felipe Kamakura
Aaahh, now It's clear. Thanks a lot! On Mon, Dec 22, 2008 at 4:25 PM, Eugene Kuleshov wrote: > > > Felipe Kamakura wrote: > > > > Recently I've noticed an inconsistency in M2Eclipse, and I wonder if this > > behavior is normal or not: > > > > When I have a direct COMPILE dependency which in it

Re: M2Eclipse dependency resolution

2008-12-22 Thread Eugene Kuleshov
Felipe Kamakura wrote: > > Recently I've noticed an inconsistency in M2Eclipse, and I wonder if this > behavior is normal or not: > > When I have a direct COMPILE dependency which in its turn declares a > PROVIDED dependency, this provided dependency should be ignored *[1]* in > my > main proje

Re: M2Eclipse dependency resolution

2008-12-22 Thread Felipe Kamakura
Hey Baptiste, My problem is similar to the one you described with you CI servers. The dependency is in Maven Dependencies and it shouldn't. I think I wasn't clear enough, I was talking about a Provided AND Transitive dependency as described in the Table inside the section "Dependency Scope". Acco

Re: M2Eclipse dependency resolution

2008-12-22 Thread Baptiste MATHUS
Hi Felipe, Well, from my understanding, I'd say no. A provided dependency is more to be understood as a hint for packagings like war where the provided scoped dependency won't be included. But as described in the documentation you point to, this dependency is still on the compile AND test classpat

RE: [m2eclipse-user] Using an internal central repository without changing settings.xml

2008-11-14 Thread Todd Thiessen
e settings.xml file? And how would you do this without submitting things like your username and password to source control? --- Todd Thiessen -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2008 11:05 AM To: [EMAIL PROTECTED] Subject: RE:

Re: m2eclipse install issue.

2008-11-13 Thread David C. Hicks
Thanks for the tip, Rusty. I had it working once before, but I had to re-install Eclipse. Now, I can't seem to get m2eclipse going again. I'll give their list a whirl. Rusty Wright wrote: Try posting a query to its mailing list, which is on codehaus.org; [EMAIL PROTECTED] Try this url

Re: m2eclipse install issue.

2008-11-13 Thread Rusty Wright
Try posting a query to its mailing list, which is on codehaus.org; [EMAIL PROTECTED] Try this url http://xircles.codehaus.org/manage_email I'm using ganymede with it and it works for me. Sometimes I need to right click on the project and select Update Project Configuration from the Maven

  1   2   >