Hello,

I solved the problem locally, but I need the problem solved on repo1 (I
can't rely on people I distribute my pom.xmls to change their local
repositories). 
It goes like this: My build -> org.eclipse.core:runtime ->
org.eclipse.equinox:app. org.eclipse.core:runtime, which is public, has
an error in the pom.

I don't want to work around the problem because:
a) it's very hard to do it (due to various issues)
b) it's just plain better to fix the error upstream

What I want to say: the org.eclipse.core:runtime:3.3.100-v20070530
currently in the main Maven repo DOES NOT BUILD AT ALL (or at least
should not build), considering the pom.xml present there.

Who should I contact to get the problem fixed? Who is responsible for
building org.eclipse.core? Or can I send a modified pom.xml containing
this fix, and someone can upload it after a review? :)

Thank you,
_______________
Costin Caraivan

-----Original Message-----
From: Stephen Connolly [mailto:[EMAIL PROTECTED] 
Sent: 5 septembrie 2008 13:24
To: Maven Users List
Subject: Re: Dependency problem for
org.eclipse.core:runtime:3.3.100-v20070530

Look at the version rules

1.0.0-anything < 1.0.0

if you set the version range as [1.0.0-,2.0.0) you should be OK

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to