You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Felix Knecht <fe...@apache.org> on 2007/12/29 09:48:45 UTC

Re: in repo1 it is available

Carlos Sanchez schrieb:
> that's right, I still have to polish the eclipse plugin to generate
> the Eclipse repo using some "conventions"
> 

I tried to build 'my' repo for the eclipse-3.3.1.1 version using maven-eclipse-plugin build from trunk with mvn
eclipse:to-maven. All worked well and the artifacts were deployed to were expected.

Trying to use them later on I run into the following problem:

Couldn't find a version in [3.3.0-v20070606-0010, 3.2.0-v20060605-1400, 3.3.0-v20070531-1300] to match range [3.3.0,4.0.0)
  org.eclipse:text:jar:null

Doing some search about this I found a thread [1] saying that 3.3.0-xxx is less than 3.3.0 (what would explain my problems).
Is this an issue of the match range checker or an issue of the pom.xml creation of the eclipse:to-maven goal?


Thanks and regards
Felix

[1] http://www.nabble.com/OverConstrainedVersionException-td14289478s177.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: in repo1 it is available

Posted by Carlos Sanchez <ca...@apache.org>.
There are discrepancies with version ranges between Maven and OSGi.
Not much to do as i don't think anybody will go through all Eclipse
plugins and update the poms manually.
At least for now you can use exclusions, or force the versions you
want in dependencyManagement

On Dec 29, 2007 9:48 AM, Felix Knecht <fe...@apache.org> wrote:
> Carlos Sanchez schrieb:
> > that's right, I still have to polish the eclipse plugin to generate
> > the Eclipse repo using some "conventions"
> >
>
> I tried to build 'my' repo for the eclipse-3.3.1.1 version using maven-eclipse-plugin build from trunk with mvn
> eclipse:to-maven. All worked well and the artifacts were deployed to were expected.
>
> Trying to use them later on I run into the following problem:
>
> Couldn't find a version in [3.3.0-v20070606-0010, 3.2.0-v20060605-1400, 3.3.0-v20070531-1300] to match range [3.3.0,4.0.0)
>   org.eclipse:text:jar:null
>
> Doing some search about this I found a thread [1] saying that 3.3.0-xxx is less than 3.3.0 (what would explain my problems).
> Is this an issue of the match range checker or an issue of the pom.xml creation of the eclipse:to-maven goal?
>
>
> Thanks and regards
> Felix
>
> [1] http://www.nabble.com/OverConstrainedVersionException-td14289478s177.html
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>



-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org