The jar file and its attached nar files share one pom, so are associated to one
version.

The NAR gets unpacked in the local repository under the directory where the jar file is stored, so underneath a parent directory with that version number.

Nothing is currently done about locking the file system while unpacking, so running two mavens in parallel using the same local repository may not work correctly, but I have seen maven (with jars only) making mistakes in writing metafiles
when two mavens run in parallel, so this may be a general problem still.

Regards
Mark

On Jun 19, 2006, at 2:32 AM, Richard van der Hoff wrote:

Mark Donszelmann wrote:
Hi
in the freehep-nar-plugin (for maven 1, being ported to maven 2)
we have such a solution.
> <snip>

Hrm, I wish I'd heard about this sooner! Sounds very interesting.

I have a couple of questions... Do you unpack all nar files into the same directory? If so, how do you deal with different projects needing different versions of nars?

Cheers,

Rich

--
Richard van der Hoff <[EMAIL PROTECTED]>
Telephony Gateways Project Manager
Tel: +44 (0) 845 666 7778
http://www.mxtelecom.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to