[m2e-users] Running headless tests with m2e installed

2011-09-20 Thread Andrew Eisenberg
We recently started including m2e v1.0 in our Eclipse distribution that we put out. A full run of our tests used to take about 2 hours. Now, with the new version of m2e, they are taking over 4 hours (and many of our tests are timing out before succeeding. Our headless build uses Tycho. And in our

[m2e-users] Automated upgrade from m2eclipse to m2e?

2011-10-05 Thread Andrew Eisenberg
STS (SpringSource Tool Suite) is moving from m2eclipse to m2e as of version 2.8.0, which is due out in a few weeks. We expect that this will cause some major confusion for our users, many of whom have multiple maven projects in their workspace. Manually upgrading a single project is not a problem

Re: [m2e-users] Automated upgrade from m2eclipse to m2e?

2011-10-07 Thread Andrew Eisenberg
se 0.12 and earlier to m2e 1.0. > > -- > Regards, > Igor > > On 11-10-05 1:57 PM, Andrew Eisenberg wrote: >> >> STS (SpringSource Tool Suite) is moving from m2eclipse to m2e as of >> version 2.8.0, which is due out in a few weeks.  We expect that this >> w

Re: [m2e-users] Dependencies with classifiers not working

2011-10-28 Thread Andrew Eisenberg
I would be surprised if this problem has anything to do with STS, but you never know and it would be good to try to reproduce the problem in a vanilla Eclipse install. FWIW, I tried to naively reproduce jacquie's bug using this simple pom file, but could not. It would be very helpful if you could

[m2e-users] Maven test classes are visible to WTP

2012-03-07 Thread Andrew Eisenberg
Hi all, I'm working through this issue and have hit a bit of a wall. https://jira.codehaus.org/browse/GRECLIPSE-1372 I'm hoping that someone familier with WTP's M2E integration can help me further. When scanning a classpath, WTP is including test classes in the deployed application.  This only h

Re: [m2e-users] Maven test classes are visible to WTP

2012-03-07 Thread Andrew Eisenberg
e.eclipse.wtp/src/org/maven/ide/eclipse/wtp/WTPProjectsUtil.java#L492 > > HIH > > Fred Bricon > > On Thu, Mar 8, 2012 at 12:51 AM, Andrew Eisenberg > wrote: >> >> Hi all, >> >> I'm working through this issue and have hit a bit of a wall. >> ht

Re: [m2e-users] Maven test classes are visible to WTP

2012-03-07 Thread Andrew Eisenberg
gt; As long as you're patch doesn't have groovy stuff hardcoded everywhere, >> please be my guest :-) >> >> Fred Bricon >> >> >> On Thu, Mar 8, 2012 at 1:19 AM, Andrew Eisenberg >> wrote: >>> >>> Hi Fred, >>> >>>

Re: [m2e-users] Update project configuration for "AspectJ enabled" project

2012-03-30 Thread Andrew Eisenberg
You need to install the AspectJ project configurator in order for your aspectj projects to work from inside of Eclipse. Go to Preferences -> Maven -> Discovery and find the aspectj configurator. Install and restart. Then try updating configuration again.again. On Fri, Mar 30, 2012 at 8:07 AM, H

[m2e-users] Project configurator to inject new dependencies to a build

2012-06-08 Thread Andrew Eisenberg
The project configurator needs to inject extra dependencies into a project so that when it delegates to the maven plugin for execution these dependencies are included. More precisely, there is a maven extension http://maven.apache.org/guides/mini/guide-using-extensions.html that injects things dur

Re: [m2e-users] [m2e-dev] New m2e discovery catalog published

2012-06-09 Thread Andrew Eisenberg
Great work! Some questions: * Do we have to do anything to make sure our old configurators remain available? * Will old configurators automatically be available for both m2e 1.0 and 1.1? * What happens if you have different versions of your configurator that is only installable on either juno or

Re: [m2e-users] Project configurator to inject new dependencies to a build

2012-06-13 Thread Andrew Eisenberg
t; execute them before delegating to m2e default dependency resolution > logic. Beware that I have not actually tried this, so m2e may need some > fixing to make this work. > > -- > Regards, > Igor > > > On 12-06-08 12:05 PM, Andrew Eisenberg wrote: >> >> T

Re: [m2e-users] [ANN] Maven inspector for m2e

2012-08-06 Thread Andrew Eisenberg
Thanks Pascal. This looks excellent! I'll hope to try it out next week. On Mon, Aug 6, 2012 at 12:36 PM, Pascal Rapicault wrote: > I considered this option, however as soon as you start editing parent poms, > you end up having to switch back and forth between pom editors to see the > result of

Re: [m2e-users] [m2e-dev] m2e 1.2 is released

2012-09-19 Thread Andrew Eisenberg
s and other > improvements [1]. Big thank you goes to Andrew Eisenberg for driving > implementation of workspace lifecycle mapping. > > The new release is already available from p2 repository specified m2e > download page [2] and Eclipse Marketplace. It will also become available > as par

Re: [m2e-users] (no subject)

2012-09-21 Thread Andrew Eisenberg
I suspect that the problem is related to your install from Ubuntu. More than likely, the version you installed doesn't have the correct update sites pre-configured. The distributions from Ubuntu are always slightly different than what you get at eclipse.org. And this causes all sorts of subtle up

Re: [m2e-users] M2E plugin : please convince me

2012-10-04 Thread Andrew Eisenberg
M2e 1.2 now supports placing your lifecycle mapping metadata in a global location so that it doesn't need to pollute individual project poms. This at least addresses one of your original concerns. To do this, there is now a second quickfix in your pom editor to handle lifecycle mapping metadata m

Re: [m2e-users] Using m2e with tycho and ajdt

2013-02-28 Thread Andrew Eisenberg
Hey, The AJDT guy here (piping in a bit late). I have never tried AspectJ in Tycho before. I am guessing that we need to update the ajdt configurator to get this working properly. I think the ajdt configurator would be specific to the regular maven-compiler-plugin. I need to have a look to make

Re: [m2e-users] After STS 3.3.0 (Kepler), getting two different very annoying exceptions when opening any file in two particular Maven projects

2013-07-18 Thread Andrew Eisenberg
Hi Igor, David has already raised 2 bugs with us https://issuetracker.springsource.com/browse/STS-3481 and https://issuetracker.springsource.com/browse/STS-3482. There is nothing to suggest that this is coming from STS. But, I will give some suggestions on how to fix these. David, It may be that

Re: [m2e-users] After STS 3.3.0 (Kepler), getting two different very annoying exceptions when opening any file in two particular Maven projects

2013-07-19 Thread Andrew Eisenberg
One of the benefits of downloading a pre-packaged distro is that all the pieces you need come pre-installed. I'm guessing that one of the update sites you used before grabbed some Juno-based plugins. This latest problem is likely because you didn't install the Spring IDE AJDT integration and the S

Re: [m2e-users] After STS 3.3.0 (Kepler), getting two different very annoying exceptions when opening any file in two particular Maven projects

2013-07-19 Thread Andrew Eisenberg
to:m2e-users-boun...@eclipse.org] On >> Behalf Of Andrew Eisenberg >> Sent: Friday, July 19, 2013 11:44 AM >> To: Maven Integration for Eclipse users mailing list >> Subject: Re: [m2e-users] After STS 3.3.0 (Kepler), getting two different very >> annoying exception

Re: [m2e-users] Improved "import maven project" workflow in m2e 1.5.0

2013-10-02 Thread Andrew Eisenberg
On Wed, Oct 2, 2013 at 10:41 AM, Cristiano Gavião wrote: > But besides the good fact that the wizard now suggest and mark the > checkbox for a working set name every time you import an aggregator > project, I still prefer the old one that give us the possibility to choose > an existent working set