Yeah, that's what I thought.
What we've got is a number of projects that are being built with m2, and
dependencies between them. If the dependency is to 'in-development' code,
then it is usually pulled into an overall 'workspace' project with SVN
externals, and a property in the project is set to
I think LATEST and RELEASE apply to plugins only. SNAPSHOT is used in
conjunction with a version. If you really don't care what version you
get (curious) then use a range.
-Original Message-
From: Nigel Magnay [mailto:[EMAIL PROTECTED]
Sent: Monday, October 29, 2007 7:33 AM
To: Maven Deve