Yeah, but not completely true. There are public snapshots at the sonatype repos. Though, as jb discussed on the sonatype lists already there are some problems with the artifacts. Building them yourself though solves the problem. Thx for pointing it out.
Kind regards Andreas Send from my mobile. Please excuse the brevity and/or possible auto correction errors. On Feb 13, 2012 11:09 PM, "uromahn" <[email protected]> wrote: > Hello, > > I just got the latest Karaf sources from trunk. While building it > constantly > failed because it was not able to download the jline dependency from any of > the remote repos. > > After digging into it, I found out that the jline project decided to change > the group ID from net.sf.jline back to jline. This change caused the > publish > into the nexus to only create the meta data but no real artifact (i.e. no > JAR). > > So here is how I had to fix it: > 1. update the Karaf pom.xml and changed the artifact ID from 'net.sf.jline' > to 'jline, and > 2. get the jline2 source from trunk (github) and build it myself so it gets > inserted into my local repo (not available on any public repo). > > Hope that helps some folks to get over this hurdle. > -Uli > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/WARNING-Build-Issue-with-dependency-jline-tp3741802p3741802.html > Sent from the Karaf - Dev mailing list archive at Nabble.com. >
