Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [iam-dev] Support for locally installed maven

That is something I have thought of too.

However, I'm not sure it will work for us, since we need to launch a new process every time (I would not trust maven 2.0.x to be thread-safe and stateless). For large workspaces I guess that it might be even worse than the current situation.

In any case, it might be researched before deciding anything... just remember that we have published a plan: http://www.eclipse.org/projects/project-plan.php?projectid=technology.iam


El 23/11/2008, a las 1:00, Michael Poindexter escribió:

Perhaps we could execute Maven externally and hook an agent/listener into it, similar to the way Hudson (https://hudson.dev.java.net/) works?  This would let us inject whatever code we need into the external Maven while solving our out of memory problems (and allow users to control how much memory to allow Maven to use) and keep us from doing nasty things like parsing console output.

Mike

PS - Sorry I haven't been active lately, I'm swamped at work, but hopefully I can get back to writing some code in January.
_______________________________________________
iam-dev mailing list


Back to the top