Hello Josef,

javahl16 artifact includes JavaHL API sources that is an Apache
project. These sources are not distributed as a maven package but
rather is a part of Subversion code base. We were not allowed to
upload this artifact tot the central repository, because only Apache
developers could do that, we couldn't do that on their behalf.

So, to get all required dependencies for SVNKit, please add our maven
repositories to your repositories list:

http://maven.tmatesoft.com/content/repositories/snapshots/
http://maven.tmatesoft.com/content/repositories/releases/

Alexander Kitaev,
TMate Software,
http://subgit.com/ - Svn to Git Migration!
http://svnkit.com/ - Java [Sub]Versioning Library!
http://hg4j.com/ - Java Mercurial Library!
http://sqljet.com/ - Java SQLite Library!


On 23 January 2013 19:16, Stadelmann Josef
<josef.stadelm...@axa-winterthur.ch> wrote:
> Hi,
>
> I have downloaded the lates greatres 1.7.8 sources, also for javahl16
>
> I am building unsing maven; hence I need a pom.xml, at the moment
>
> I have it from the central repository
>
> http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.tmatesoft.svnkit%22
>
> however a lot of code is not found
>
> The error I get when I prime-build javahl16 modul is
>
> Failed to execute goal on project svnkit-javahl16:
>
> Could not resolve dependencies for project
> org.tmatesoft.svnkit:svnkit-javahl16:jar:1.7.5:
>
> The following artifacts could not be resolved:
>
>    org.apache.subversion:svn-javahl-tests:jar:1.7.5,
>
>    org.apache.subversion:svn-javahl-api:jar:1.7.5:
>
> Failure to find org.apache.subversion:svn-javahl-tests:jar:1.7.5 in
>
> http://repo.maven.apache.org/maven2 was cached in the local repository,
>
> resolution will not be reattempted until the update interval of central has
> elapsed
>
> or updates are forced -> [Help 1]
>
> (so far a failing build with maven-3.1
>
> Has something intentinally or unintentionally be deleted from the central
> repository ?
>
> or does the pom.xml reference the wrong artifact, or do I have to look at a
> different
>
> repository?
>
> and sorry, maybe gradle builds are more clever, but gradle is not availabe
> on OpenVMS.
>
> So I have to make it SVNKit with all its modules a maven project again. I am
> close to
>
> finish (with exception that tests are not running well on Vista), and have
> only this
>
> javahl16 dependency
>
> Josef

Reply via email to