I'm trying to build websvnclient using the svn-repo provied here:
http://svn.polarion.org/repos/community/SvnWebClient/trunk
To build SvnWebCLient I executed mvn package and crossed my fingers.

But .... maven was unable to download to required artifacts (see below)
I tried http://svn.polarion.org/repos/community/SvnWebClient/tags/3.4.3/ but it didn't worked out either. Looking at pom.xml, these jar's are expected to downloaded manually and placed into the system-path (or base path) - but I'ven't found any build instructions for SvnWebClient or hints where to get these ressources.
Can you help me out - is there a maven repo for these artifacts?
Thanks in advance,
Keep smiling
yanosz
Code: Select all
INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) jna:jna:jar:SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=jna -DartifactId=jna -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=jna -DartifactId=jna -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) svnwebclient:svnwebclient:war:3.1.0
2) jna:jna:jar:SNAPSHOT
2) svnkit:svnkit:jar:SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=svnkit -DartifactId=svnkit -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=svnkit -DartifactId=svnkit -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) svnwebclient:svnwebclient:war:3.1.0
2) svnkit:svnkit:jar:SNAPSHOT
3) trilead:trilead:jar:SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=trilead -DartifactId=trilead -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=trilead -DartifactId=trilead -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) svnwebclient:svnwebclient:war:3.1.0
2) trilead:trilead:jar:SNAPSHOT
4) backport-util-concurrent:backport-util-concurrent:jar:SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=backport-util-concurrent -DartifactId=backport-util-concurrent -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=backport-util-concurrent -DartifactId=backport-util-concurrent -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) svnwebclient:svnwebclient:war:3.1.0
2) backport-util-concurrent:backport-util-concurrent:jar:SNAPSHOT
5) svncommons:svncommons:jar:1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=svncommons -DartifactId=svncommons -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=svncommons -DartifactId=svncommons -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) svnwebclient:svnwebclient:war:3.1.0
2) svncommons:svncommons:jar:1.0
----------
5 required artifacts are missing.
for artifact:
svnwebclient:svnwebclient:war:3.1.0
from the specified remote repositories:
central (http://repo1.maven.org/maven2)