svnkit 1.2 and above not in the Maven repos?

View: New views
3 Messages — Rating Filter:   Alert me  

svnkit 1.2 and above not in the Maven repos?

by graemer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

It seems only svnkit 1.1 exists in the public Maven repos. Since we use svnkit in Grails this presents us with a problem. Any chance this can be rectified?

Thanks
Graeme

Re: svnkit 1.2 and above not in the Maven repos?

by Alexander Kitaev-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

AFAIK SVNKit 1.2 includes pom.xml file that may be useful when uploading
SVNKit to maven repository. We've never uploaded SVNKit to any maven
repositories and I think anyone could do that, am I right?

Unfortunately we have absolutely no experience with Maven and probably
to get SVNKit uploaded into repository properly and promptly you'd
better do it yourself.

Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!

graemer wrote:
> Hi all,
>
> It seems only svnkit 1.1 exists in the public Maven repos. Since we use
> svnkit in Grails this presents us with a problem. Any chance this can be
> rectified?
>
> Thanks
> Graeme

---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...


Re: svnkit 1.2 and above not in the Maven repos?

by graemer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok, yeah I'm no Maven fan myself, I did find that this works:

        <dependency>
            <groupId>org.tmatesoft.svnkit</groupId>
            <artifactId>svnkit</artifactId>
            <version>1.2.3.5521</version>
        </dependency>


I'm not sure what version 1.2.3.5521 is but someone put it there it seems.

Alexander Kitaev-3 wrote:
Hello,

AFAIK SVNKit 1.2 includes pom.xml file that may be useful when uploading
SVNKit to maven repository. We've never uploaded SVNKit to any maven
repositories and I think anyone could do that, am I right?

Unfortunately we have absolutely no experience with Maven and probably
to get SVNKit uploaded into repository properly and promptly you'd
better do it yourself.

Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!

graemer wrote:
> Hi all,
>
> It seems only svnkit 1.1 exists in the public Maven repos. Since we use
> svnkit in Grails this presents us with a problem. Any chance this can be
> rectified?
>
> Thanks
> Graeme

---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@svnkit.com
For additional commands, e-mail: svnkit-users-help@svnkit.com