Re: Need help regarding apache maven

2014-10-02 Thread David Hoffer
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:

Re: Need help regarding apache maven

2014-10-02 Thread Manfred Moser
Alternatively you can use the more widely used Sonatype Nexus which also supports things like Maven Site hosting or NuGet out of the box http://www.sonatype.org/nexus/ http://pages.zeroturnaround.com/Java-Tools-Technologies.html or the Apache Archiva server, which is maintained as a pure open

Need help regarding apache maven

2014-10-01 Thread sameer chandekar
Hi, Please help me to resolve issue I am facing with apache maven. I am trying to implement continuous integration.For which i am using apache maven with build server. I have setup a repository using visual svn server.I've created build using maven now when I try to deploy the build on remote

Re: Need help regarding apache maven

2014-10-01 Thread Olivier Lamy
Hi, No idea what is your setup or your Maven distribution but you use a wagon implementation which is not supported here: com.ning.http.client.providers.netty Cheers Olivier On 2 October 2014 04:09, sameer chandekar sameerchandekar2...@gmail.com wrote: Hi, Please help me to resolve issue

Re: Need help regarding apache maven

2014-10-01 Thread Barrie Treloar
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