I have a memoizer
(http://www.javaconcurrencyinpractice.com/listings/Memoizer.java) that
I'd like to include "somewhere" in our code base. It's like 30 lines of
code or so.
Ï've seen this snippet of code (or extremely minor permutations of it)
appear a number of places, under various lisence head
Issue Subscription
Filter: Design & Best Practices (23 issues)
Subscriber: mavendevlist
Key Summary
MNG-2184Possible problem with @aggregator and forked lifecycles
http://jira.codehaus.org/browse/MNG-2184
MNG-612 implement conflict resolution techniques
Try looking at the Maven ANT tasks - that has an ANT task for doing just that
IIRC.
/James
-Original Message-
From: Laird Nelson [mailto:ljnel...@gmail.com]
Sent: 10 June 2010 12:56
To: Maven Developers List
Subject: Re: Maven Embedder 2.0.4 examples
On Thu, Jun 10, 2010 at 1:55 AM, Mil
On Thu, Jun 10, 2010 at 1:55 AM, Milos Kleint wrote:
> actually netbeans is also using a summer 2008 2.1-SNAPSHOT (heavily patched)
Slight tangent but still hopefully on topic: if the embedder is not a
good way to reuse, say, the dependency resolution features of Maven,
what is?
I have a need fo