Right I concur with Barrie, SVN is for your source code not your Maven
built artifacts.  You need a Maven respository manager, I recommend
Artifactory (http://www.jfrog.com/open-source/) which is very easy to setup.

-Dave

On Wed, Oct 1, 2014 at 11:48 PM, Barrie Treloar <baerr...@gmail.com> wrote:

> > Uploading:
> https://sachin/svn/demo/com/kedb/kedb/0.0.1-SNAPSHOT/kedb-0.0.1-20140929.030730-3.jar
> > Uploading:
> https://sachin/svn/demo/com/kedb/kedb/0.0.1-SNAPSHOT/kedb-0.0.1-20140929.030730-3.pom
>
> Is https://sachin/svn/ your SVN server?
>
> You can't get Maven to deploy your artifacts to your SVN server.
> Or at least if you can, it's not something I would recommend.
> http://maven.apache.org/wagon/wagon-providers/wagon-scm/usage.html
> doesn't yet have this documented either.
>
> You want to deploy your artifacts into a Maven Repository Manager, see
> http://maven.apache.org/repository-management.html
>

Reply via email to