Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Maven artifacts?

On Tue, Nov 29, 2016 at 12:23 PM, Stephan Herrmann <stephan.herrmann@xxxxxxxxx> wrote:
More and more Eclipse artifacts are being consumed by users
from build environments that are unaware of OSGi.

For that reason I'd like to push this bug forward:

  https://bugs.eclipse.org/484004 - Start publishing Eclipse platform artifacts to Maven central

For the result to behave well in maven builds, I'm trying to map
all our 3rd party dependencies to their canonical GAV in Maven Central.

With some artifacts, however, I'm having difficulties to identify
the proper maven artifact.

Could some people who know and work with these dependencies please
help me identifying suitable maven coordinates?
The following are standard guesses, which did not succeed:

NOT FOUND:
----------
javax/xml/javax.xml/1.3.4.v201005080400
org/apache/commons/org.apache.commons.logging/1.1.1.v201101211721

Here is all the Apache Commons Logging you can eat:


There is no such thing as version "1.1.1.v201101211721", we do not use this kind of version numbers. The latest is 1.2: https://search.maven.org/#artifactdetails%7Ccommons-logging%7Ccommons-logging%7C1.2%7Cjar

org/apache/commons/org.apache.commons.jxpath/1.3.0.v200911051830

Apache Commons JXPath is at 1.3 here:

 
org/apache/commons/org.apache.commons.codec/1.6.0.v201305230611

Same kind of thing here. All our releases are here:


Gary Gregory
Apache Commons PMC Chair
 
org/apache/jasper/org.apache.jasper.glassfish/2.2.2.v201501141630
org/apache/batik/org.apache.batik.css/1.7.0.v201011041433
org/apache/batik/org.apache.batik.util/1.7.0.v201011041433
org/apache/batik/org.apache.batik.util.gui/1.7.0.v200903091627
org/w3c/dom/org.w3c.dom.smil/1.0.1.v200903091627
org/w3c/dom/org.w3c.dom.svg/1.1.0.v201011041433
org/w3c/dom/org.w3c.dom.events/3.0.0.draft20060413_v201105210656


VERSION PROBLEMS:
-----------------
org/w3c/css/org.w3c.css.sac/1.3.1.v200903091627
-> only 1.3 available as org.w3c.css:sac

org/sat4j/pb/org.sat4j.pb/2.3.5.v201404071733
org/sat4j/core/org.sat4j.core/2.3.5.v201308161310
-> only 2.3.1 available as org.sat4j:org.sat4j.core / org.sat4j:org.sat4j.pb

And then I already assumed this:
  org/eclipse/jetty/orbit/com.sun.el/2.2.0.v201303151357
not sure if there's a more suitable version on the net.

Please share your knowledge in the bug.

thanks!
Stephan

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev



--

Back to the top