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

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.

Back to the top