On Mon, 06 Oct 2008 08:53:04 buters wrote: > > 3. The problem is that my project isn't quite Maven project. It is RCP > Project, that I want to build with Maven. I've created a simple Maven > project with a dependency from > org.eclipse.equinox.registry-3.4.0-v20080516-0950 and Maven has immediately > found it. The error happens only if I try to build my RCP project, Maven > cannot find this version in my local repository. %-| %-| %-| ranges are resolved from metadata you must have a valid maven-metadata-local.xml for range resolution to work... you should use install-file to install the file into your local repo not just copy it...
-- Michael McCallum Enterprise Engineer mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
