What's the maven version you're using? Did you check that using the full version name resolved the artifact? That's the first thing I'd do.
If it's OK, then try having more information using mvn -X (debugging) and filing an issue in the tracker. You could also try and understand the pb by reading the maven default versioning code: http://svn.apache.org/viewvc/maven/artifact/trunk/src/main/java/org/apache/maven/artifact/versioning/DefaultArtifactVersion.java?view=markup Cheers. 2008/10/5 buters <[EMAIL PROTECTED]> > > Hi all, > > http://www.nabble.com/file/p19825141/rcp_err.png > > There is org.eclipse.equinox.registry-3.4.0-v20080516-0950.jar In my local > repository. > There is one dependency in its pom.xml: > <dependencies> > <dependency> > <groupId>org.eclipse.equinox</groupId> > <artifactId>common</artifactId> > <version>[3.2.0,4.0.0)</version> > </dependency> > </dependencies> > > The question: where should I search for [3.2.1-R32x_v20060814, > 3.3.0-v20070522] and [3.4.0,4.0.0)??? > :confused::confused::confused: > > Thanks beforehand, > regards, buters > -- > View this message in context: > http://www.nabble.com/%22Couldn%27t-find-a-version%22-error-tp19825141p19825141.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] > > -- Baptiste <Batmat> MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !
