I think the problem comes from the fact the groupId of jline has changed back to jline instead of net.sf.jline, but I can't upload a snapshot because of that change.
On Tue, Feb 14, 2012 at 06:57, Jean-Baptiste Onofré <[email protected]> wrote: > Hi, > > I raised: > > https://issues.sonatype.org/browse/OSSRH-2937 > > for the Sonatype guys. > > The latest SNAPSHOT deployed (last Saturday) is not full (no jar, no > sources, no cheksums, only the pom). > > Regards > JB > > > On 02/13/2012 11:08 PM, uromahn 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. > > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com -- ------------------------ Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ FuseSource, Integration everywhere http://fusesource.com
