Hello, Thank you for the information, Oleg. So, we would need to ensure dependencies are in the Maven central repository before putting SVNKit into it. I think we will have time for that after Subversion 1.7.0 is released and we have SVNKit 1.7.0-alpha published.
'sequence' library (de.regnis.q.sequence:sequence-library) is a library for generating diff in GNU format developed by Syntevo company, but kept in our repository. For a long time it was part of SVNKit, but while 'mavenizing' SVNKit we've moved it out and now keep separately. It is open source and with a BSD-like license so I think there should be no problems with putting it into Maven central repository. Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library! On 30 September 2011 18:22, Oleg Estekhin <[email protected]> wrote: > > Hi > > The main requirement of the Maven Central is that all dependencies should be > in the maven central too, so it is self-sufficient in such a way that > declaring a dependency on anything in the Maven Central will just work > without additional repository declarations. > > At the moment the status of the direct SVNKit dependencies in the maven > central: > org.tmatesoft.sqljet:sqljet is only 1.0.4, but it should not be a problem as > it is your product too. > net.java.dev.jna:jna is already 3.3.0, with 3.2.7 present too > (http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.java.dev.jna%22%20AND%20a%3A%22jna%22). > de.regnis.q.sequence:sequence-library is not present. This is actually the > first time i see this library, and first pages in the google search only > provide usages, java2s examples and other references, so who is the author > and whether he will be inclined to put in the central is a question. > com.trilead:trilead-ssh2 is present. > > Any other differences (signatures, pom content, etc) between your > repository, or jars/archives available for direct download and the stuff > that will be in the central do not matter as much. > > > AlexanderKitaev wrote: >> >> Hello Oleg, >> >>> not be totally straightforward. So the second question is whether you >>> will >>> be providing future SVNKit releases only in your own artifact repository >>> (http://maven.tmatesoft.com/content/repositories/releases repository) or >>> will you attempt to update the maven central too? >> >> I will upload 1.3.6 artifacts to the central repository, though it >> make take some time. So, meanwhile please use our repository, but I'd >> like to see svnkit artifacts in the central repository as well. >> >> From what I read so far it looks that we'll need to add some >> information into the pom files in order to satisfy central repository >> requirements and probably to sign jar files - so artifacts in the >> central repository and those in our own one will not be exactly the >> same. >> >> Do you think this may be a problem? >> >> Alexander Kitaev, >> TMate Software, >> http://svnkit.com/ - Java [Sub]Versioning Library! >> http://hg4j.com/ - Java Mercurial Library! >> http://sqljet.com/ - Java SQLite Library! >> >> >> >> >> > > -- > View this message in context: > http://old.nabble.com/When-will-SVNKit-1.3.6-be-released--tp31764070p32569289.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. > > >
