Thank you, Michael, very much. :-D Your advice has helped me, but I need another one. :-(
I've converted all eclipse plugins in Maven plugins with the command: mvn eclipse:to-maven local:default:file://<path/to/repository> -DeclipseDir=. It creates maven-metadata.xml, but not maven-metadata-local.xml files. %-O How can I make it create a metadata-files with a correct name? :confused::confused::confused: Thanks beforehand, regards, buters Michael McCallum-3 wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/%22Couldn%27t-find-a-version%22-error-tp19825141p19829804.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
