RE: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
On Tuesday, February 27, 2018 2:53 PM, anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf wrote: > The problem is that you have specified the configuration for a specific > execution. An execution bound to the deploy phase. > If you want to execute from command line by specify

Re: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Anders Hammar
my pom and I cannot > figure out what... > > /Lars > > > On 27 February 2018 at 21:52, Svensson, Lars wrote: > > > > > On Tuesday, February 27, 2018 12:34 PM, Olivier Lamy [mailto: > > > ol...@apache.org] wrote: > > > > > > > On 27 Febr

RE: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
at 21:29, Svensson, Lars wrote: > > > > > > > Hi Olivier and thanks for your quick reply! > > > > > > > > On Tuesday, February 27, 2018 11:54 AM, Olivier Lamy [mailto: > > > > ol...@apache.org] wrote: > > > > > > > >

Re: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Olivier Lamy
Hi Olivier and thanks for your quick reply! > > > > > > On Tuesday, February 27, 2018 11:54 AM, Olivier Lamy [mailto: > > > ol...@apache.org] wrote: > > > > > > > webdav is not a plugin but a protocol supported by wagon > > > > yo

RE: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
; > ol...@apache.org] wrote: > > > > > webdav is not a plugin but a protocol supported by wagon > > > you're right using extension tag > > > If you want to deploy your artifacts just configure > > distributionManagement > > > to use dav protoco

Re: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Olivier Lamy
On 27 February 2018 at 21:29, Svensson, Lars wrote: > Hi Olivier and thanks for your quick reply! > > On Tuesday, February 27, 2018 11:54 AM, Olivier Lamy [mailto: > ol...@apache.org] wrote: > > > webdav is not a plugin but a protocol supported by wagon > > you&#

RE: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
Hi Olivier and thanks for your quick reply! On Tuesday, February 27, 2018 11:54 AM, Olivier Lamy [mailto:ol...@apache.org] wrote: > webdav is not a plugin but a protocol supported by wagon > you're right using extension tag > If you want to deploy your artifacts

Re: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Olivier Lamy
Hi, webdav is not a plugin but a protocol supported by wagon you're right using extension tag If you want to deploy your artifacts just configure distributionManagement to use dav protocol: dav:https://thewebdavurl/ Otherwise have a look at this plugin: http://www.mojohaus.org/wagon-maven-p

Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
Greetings, This is my first post to this list so please bear with me if I'm ignoring something obvious... I'm trying to deploy a set of files to a webdav server using Maven Wagon, but the plugin does not pick up the configuration specified in my POM. If I specify the URL parame

Re: How easy/reliable is a maven repo hosted on webdav?

2015-11-05 Thread Ken Hylton
ing to use some other solution. Some people I know were > trying to use WebDAV and the WebDAV wagon to work around some network > limitation that they had and it was extremely painful and the WebDAV wagon > seems to have not really been tested very well. > > I stood up an artifactory

RE: How easy/reliable is a maven repo hosted on webdav?

2015-11-05 Thread Robert Patrick
+1 on not trying to use some other solution. Some people I know were trying to use WebDAV and the WebDAV wagon to work around some network limitation that they had and it was extremely painful and the WebDAV wagon seems to have not really been tested very well. I stood up an artifactory

Re: How easy/reliable is a maven repo hosted on webdav?

2015-11-05 Thread Kevin Burton
On Wed, Nov 4, 2015 at 10:36 PM, Anders Hammar wrote: > A real repository manager is not overkill but rather the basic foundation > in a Maven-based dev environment. And there are free versions of them: > nexus oss, artifactory and archiva. > I strongly advice against trying to do this with your

Re: How easy/reliable is a maven repo hosted on webdav?

2015-11-05 Thread Graham Leggett
nd could be > rather expensive per year. > > We already have plenty of hardware so I just want something simple. > > We used to use SCP but I don't want to give our CI hosting provider / SAAS > the ability to auth into our cluster. > > WebDAV seems ideal because it could

Re: How easy/reliable is a maven repo hosted on webdav?

2015-11-04 Thread Anders Hammar
rather expensive per year. > > We already have plenty of hardware so I just want something simple. > > We used to use SCP but I don't want to give our CI hosting provider / SAAS > the ability to auth into our cluster. > > WebDAV seems ideal because it could just work with plain

Re: How easy/reliable is a maven repo hosted on webdav?

2015-11-04 Thread Mark Eggers
We used to use SCP but I don't want to give our CI hosting provider > / SAAS the ability to auth into our cluster. > > WebDAV seems ideal because it could just work with plain old > apache. > > However, I can't find any documentation for how t

How easy/reliable is a maven repo hosted on webdav?

2015-11-04 Thread Kevin Burton
just want something simple. We used to use SCP but I don't want to give our CI hosting provider / SAAS the ability to auth into our cluster. WebDAV seems ideal because it could just work with plain old apache. However, I can't find any documentation for how to set this up. -- We’r

Re: [nexus-user] Checksum issue with webdav deploy

2011-12-07 Thread Richard Seddon
This is actually a maven wagon issue: http://jira.codehaus.org/browse/MNG-4301 Try using the extension specified in that issue, it seems to solve it for me: org.apache.maven.wagon wagon-webdav 1.0-beta-2 Rich On Dec 7

Checksum issue with webdav deploy

2011-12-07 Thread Julien HENRY
Hi, I was bitten by bug OutOfMemory when deploying big files (http://jira.codehaus.org/browse/WAGON-272) so I decided to switch to dav protocol. In my pom I have added "dav:" in front of URL in distributionManagement section, and also added webdav wago

Re: site:deploy via webdav to a NTLM based location

2011-10-12 Thread Siarhei Dudzin
t; project using maven? Are you aware of any archetype for sharepoint > projects? > > Thanks, > Sathish > > -- > View this message in context: > http://maven.40175.n5.nabble.com/site-deploy-via-webdav-to-a-NTLM-based-location-tp103370p4895435.html > Sent from the

Re: site:deploy via webdav to a NTLM based location

2011-10-12 Thread sathishkumar79
Hi Siarhei, Could you please share the information on did you modelled the sharepoint project using maven? Are you aware of any archetype for sharepoint projects? Thanks, Sathish -- View this message in context: http://maven.40175.n5.nabble.com/site-deploy-via-webdav-to-a-NTLM-based-location

Re: wagon-webdav

2010-08-02 Thread Brett Porter
This could be an incompatibility with Maven 3. Have you tried with Maven 2.2.1? On 31/07/2010, at 4:46 AM, Meeusen, Christopher W. wrote: > Hi, > > > > I'm trying to use maven-site-plugin and the wagon-webdav artifact. I > get this error when I do mvn site-deploy.

wagon-webdav

2010-07-30 Thread Meeusen, Christopher W.
Hi, I'm trying to use maven-site-plugin and the wagon-webdav artifact. I get this error when I do mvn site-deploy. But according to http://maven.apache.org/wagon/wagon-providers/wagon-webdav/ it says it does support directory copying... anyone know what could produce this error? T

Re: webdav deployment fails with Access denied message with 2.2.1 (works with 2.0.10)

2009-09-21 Thread Brett Porter
I'm not sure if you got this resolved but I'm told this is a server side rule to prevent the bad checksums from 2.2.0 getting into the repository. It may need to be reviewed - in any case you should contact Atlassian about it as Maven is working with other WebDAV hosts.. - Brett

RE: webdav deployment fails with Access denied message with 2.2.1 (works with 2.0.10)

2009-09-14 Thread Edelson, Justin
e Korhonen [mailto:kalle.o.korho...@gmail.com] Sent: Monday, September 14, 2009 2:14 PM To: Maven Users List Subject: Re: webdav deployment fails with Access denied message with 2.2.1 (works with 2.0.10) Not clear to me if you are using that dav: try it if you aren't. I had a similar issue

RE: webdav deployment fails with Access denied message with 2.2.1 (works with 2.0.10)

2009-09-14 Thread Martin Gainty
No.. tortoise supports svn+ssh: No.. anyone implementing webdav can secure their webdav site with ssl http://www.howtoforge.com/webdav_with_ssl_and_two_factor_authentication scp is secure copy or copy implementing SSH http://www.computerhope.com/unix/scp.htm my advice is to contact the

Re: webdav deployment fails with Access denied message with 2.2.1 (works with 2.0.10)

2009-09-14 Thread Kalle Korhonen
on, Justin wrote: > Martin- > This doesn't make any sense to me. SCP and WebDAV should have nothing to do > with each other. In any case, there is an id in the distributionManagement > section and a corresponding entry in settings.xml. If not, the deploy > wouldn't

RE: webdav deployment fails with Access denied message with 2.2.1 (works with 2.0.10)

2009-09-14 Thread Edelson, Justin
Martin- This doesn't make any sense to me. SCP and WebDAV should have nothing to do with each other. In any case, there is an id in the distributionManagement section and a corresponding entry in settings.xml. If not, the deploy wouldn't have worked with 2.0.10. Oh, an Tortoise is a

RE: webdav deployment fails with Access denied message with 2.2.1 (works with 2.0.10)

2009-09-14 Thread Martin Gainty
x27;aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: RE: webdav deployment fails with Access denied message with 2.2.1 &g

RE: webdav deployment fails with Access denied message with 2.2.1 (works with 2.0.10)

2009-09-14 Thread Edelson, Justin
ailing. Justin -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Monday, September 14, 2009 12:42 PM To: users@maven.apache.org Subject: RE: webdav deployment fails with Access denied message with 2.2.1 (works with 2.0.10) appears that the pom is absent did you

RE: webdav deployment fails with Access denied message with 2.2.1 (works with 2.0.10)

2009-09-14 Thread Martin Gainty
aucune responsabilité pour le contenu fourni. > Subject: webdav deployment fails with Access denied message with 2.2.1 (works > with 2.0.10) > Date: Mon, 14 Sep 2009 12:16:10 -0400 > From: justin.edel...@mtvstaff.com > To: users@maven.apache.org > > Is there so

webdav deployment fails with Access denied message with 2.2.1 (works with 2.0.10)

2009-09-14 Thread Edelson, Justin
Is there something special I need to do to get WebDAV artifact deployment working with 2.2.1? When trying to do a deploy, I get the error below. In looking at the release notes for 2.1.x and 2.2.x, there's discussion of using different wagons for HTTP (httpclient vs. lightweight), b

Re: unable to deploy site with webdav

2009-05-06 Thread Michael K.
I already use Maven 2.1.0. The error.log contains: Digest: client used wrong authentication scheme `Basic': Cannot create collection; intermediate collection does not exist. [409, #0] How do I get maven to use wagon-webdav-jackrabbit 1.0- beta-5 ? Thanks for help, Michael brettp

Re: unable to deploy site with webdav

2009-05-06 Thread rossputin
Hi Michael, I switched to use scp and all is good :-) Sorry I can not help you with the webdav thing, - Ross Michael K. wrote: > > Hello Ross, > > I have the same problem as you had. Did you get resolve the problem? > I would appreciate your help. > > Kind

Re: unable to deploy site with webdav

2009-05-05 Thread Brett Porter
500 errors will show up in the Apache error log which might help you nail down the problem. You might also try Maven 2.1.0 and the wagon-webdav-jackrabbit 1.0- beta-5 wagon as an alternative if you are still having problems. Cheers, Brett On 06/05/2009, at 12:00 AM, Michael K. wrote

RE: unable to deploy site with webdav

2009-05-05 Thread Michael K.
Hello Martin, I try to upload to the apache-webserver 2.2. I've configured webdav as described in the httpd.conf and the httpd-dav.conf. I tested it via windows web folder and it works fine. Michael mgainty wrote: > > > Ross- > > which container are you att

RE: unable to deploy site with webdav

2009-05-05 Thread Martin Gainty
aucune responsabilité pour le contenu fourni. > Date: Tue, 5 May 2009 05:16:31 -0700 > From: mail4s...@arcor.de > To: users@maven.apache.org > Subject: Re: unable to deploy site with webdav > > > Hello Ross, > > I have the same problem as you had. Did you get resol

Re: unable to deploy site with webdav

2009-05-05 Thread Michael K.
Hello Ross, I have the same problem as you had. Did you get resolve the problem? I would appreciate your help. Kind regards, Michael rossputin wrote: > > Hi, > > I am using maven 2.0.9, and everything is working great except for site > deployment with webdav. I have not

RE: I am getting error Caused by: org.apache.maven.wagon.TransferFailedException: Failed to create destination WebDAV collection (directory): /lpr-project/./css

2009-02-17 Thread Kumar, Ravendra
nected [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Error uploading site Embedded error: Failed to create destination WebDAV collection (directory): /lpr-project/./css SSL peer shut dow

Re: About wagon-jackrabit's webdav

2008-10-12 Thread Oleg Gusakov
------ [INFO] Error handling resource Embedded error: Destination path exists but is not a WebDAV collection (director y): https://dav.codehaus.org/snapshots.repository/mojo/org/codehaus/mojo/build-h elper-maven-plugin/1.2-SNAPSHOT so it seems we cannot use full pa

Re: About wagon-jackrabit's webdav

2008-10-12 Thread Dan Tran
T >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> No - you don't have to switch protocol, mercury there is a >>>>>>>>>> replacement >>>>>>>>>> for >>&g

Re: About wagon-jackrabit's webdav

2008-10-12 Thread Oleg Gusakov
- [ERROR] BUILD ERROR [INFO] ---- [INFO] Error handling resource Embedded error: Destination path exists but is not a WebDAV collection (director y): https://dav.

Re: About wagon-jackrabit's webdav

2008-10-12 Thread Dan Tran
gt;>>>> >>>>>>>>> -D >>>>>>>>> >>>>>>>>> On Fri, Oct 10, 2008 at 9:50 PM, Dan Tran <[EMAIL PROTECTED]> >>>>>>>>> wrote: >>>>>>>>> >>>&g

Re: About wagon-jackrabit's webdav

2008-10-12 Thread Dan Tran
;> >>>>>>>>> On Fri, Oct 10, 2008 at 9:50 PM, Dan Tran <[EMAIL PROTECTED]> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>> >>>>>>>>>

Re: About wagon-jackrabit's webdav

2008-10-12 Thread Oleg Gusakov
--- [ERROR] BUILD ERROR [INFO] [INFO] Error handling resource Embedded error: Destination path exists but is not a WebDAV collection (director y): https://dav.codehaus.org/snapshots.repository/mojo/org/codehaus/mojo/build

Re: About wagon-jackrabit's webdav

2008-10-12 Thread Dan Tran
>>>>>> >>>>>>>> -D >>>>>>>> >>>>>>>> On Fri, Oct 10, 2008 at 9:41 PM, Oleg Gusakov >>>>>>>> <[EMAIL PROTECTED]> wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>>&

Re: About wagon-jackrabit's webdav

2008-10-12 Thread Oleg Gusakov
--- [ERROR] BUILD ERROR [INFO] [INFO] Error handling resource Embedded error: Destination path exists but is not a WebDAV collection (director y): https://dav.codehaus.org/snapshots.repository/mojo/org/codehaus/mojo/build-h elper-maven-plugin/1.2-SNAPSHOT so it s

Re: About wagon-jackrabit's webdav

2008-10-12 Thread Dan Tran
gt;>> >>>>>>>> >>>>>>>> i am using 2.1-M2, have not tested with web deployment yet. However >>>>>>>> my >>>>>>>> IT test show i can download a single file using a dav url >>>>>>>> &g

Re: About wagon-jackrabit's webdav

2008-10-12 Thread Oleg Gusakov
tAuthScheme INFO: basic authentication scheme selected [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Error handling resource Embedded error: Destination

Re: About wagon-jackrabit's webdav

2008-10-12 Thread Oleg Gusakov
- [ERROR] BUILD ERROR [INFO] [INFO] Error handling resource Embedded error: Destination path exists but is not a WebDAV collection (director y): https://dav.codehaus.org/snapshots.repository/mojo/org/codehaus/mojo/build-h elper-maven-plugin/1.2-SNAPSHOT so it s

Re: About wagon-jackrabit's webdav

2008-10-11 Thread Dan Tran
llections in my >>>>>> extensions. >>>>>> >>>>>> but I now run into 2 issues: >>>>>> >>>>>> 1 getFileList from https://dav.codehaus.org/snapshots.repository/mojo >>>>>>return "..DS_Store" >>>>>> >>>>>> 2.

Re: About wagon-jackrabit's webdav

2008-10-11 Thread Dan Tran
; >>>>> 2. getFilelist from >>>>> https://dav.codehaus.org/snapshots.repository/mojo/some/valid/path >>>>> >>>>>returns exception: >>>>> >>>>> [INFO] [wagon:list {execution: list}] >>>>> [INFO] Listing https://dav.codehaus.org/snapshots.repository/m

Re: About wagon-jackrabit's webdav

2008-10-11 Thread Oleg Gusakov
- [INFO] Error handling resource Embedded error: Destination path exists but is not a WebDAV collection (director y): https://dav.codehaus.org/snapshots.repository/mojo/org/codehaus/mojo/build-h elper-maven-plugin/1.2-SNAPSHOT so it seems we cannot use full path to dav

Re: About wagon-jackrabit's webdav

2008-10-10 Thread Dan Tran
apshots.repository/mojo ... >>> Oct 10, 2008 8:08:03 PM >>> org.apache.commons.httpclient.auth.AuthChallengeProcesso >>> r selectAuthScheme >>> INFO: basic authentication scheme selected >>> [INFO] >>> ---

Re: About wagon-jackrabit's webdav

2008-10-10 Thread Dan Tran
---- >> [ERROR] BUILD ERROR >> [INFO] >> >> [INFO] Error handling resource >> >> Embedded error: Destination path exists but is not a WebDAV collection >> (directo

Re: About wagon-jackrabit's webdav

2008-10-10 Thread Oleg Gusakov
r handling resource Embedded error: Destination path exists but is not a WebDAV collection (director y): https://dav.codehaus.org/snapshots.repository/mojo/org/codehaus/mojo/build-h elper-maven-plugin/1.2-SNAPSHOT so it seems we cannot use full path to dav's URL is this a bug in wagon webd

Re: About wagon-jackrabit's webdav

2008-10-10 Thread Brett Porter
so > r selectAuthScheme > INFO: basic authentication scheme selected > [INFO] > > [ERROR] BUILD ERROR > [INFO] > ---- > [INFO] Error handling resource > > Embedded er

Re: About wagon-jackrabit's webdav

2008-10-10 Thread Dan Tran
[INFO] Error handling resource Embedded error: Destination path exists but is not a WebDAV collection (director y): https://dav.codehaus.org/snapshots.repository/mojo/org/codehaus/mojo/build-h elper-maven-plugin/1.2-SNAPSHOT so it seems we cannot use full path to dav's URL is this a bug

Re: About wagon-jackrabit's webdav

2008-10-10 Thread Brett Porter
t; are you suggesting me to add jackrabt to my plugin;'s classpath? >>> >>> -D >>> >>> On Fri, Oct 10, 2008 at 7:23 PM, Brett Porter <[EMAIL PROTECTED]> wrote: >>>> 2008/10/11 Dan Tran <[EMAIL PROTECTED]>: >>>>> Hello, >

Re: About wagon-jackrabit's webdav

2008-10-10 Thread Dan Tran
g me to add jackrabt to my plugin;'s classpath? >> >> -D >> >> On Fri, Oct 10, 2008 at 7:23 PM, Brett Porter <[EMAIL PROTECTED]> wrote: >>> 2008/10/11 Dan Tran <[EMAIL PROTECTED]>: >>>> Hello, >>>> >>>> I am

Re: About wagon-jackrabit's webdav

2008-10-10 Thread Brett Porter
t; Hello, >>> >>> I am currently continue on with James Dumay's wagon-maven-plugin at >>> MOJO's sanbox and running to issue invokes' Wagon:getFilelist() with >>> wagon-webdav-jackrabbit >>> >>> The IT pom is at >>> http:

Re: About wagon-jackrabit's webdav

2008-10-10 Thread Dan Tran
th James Dumay's wagon-maven-plugin at >> MOJO's sanbox and running to issue invokes' Wagon:getFilelist() with >> wagon-webdav-jackrabbit >> >> The IT pom is at >> http://svn.codehaus.org/mojo/trunk/sandbox/wagon-maven-plugin/src/it/webdav >> >

Re: About wagon-jackrabit's webdav

2008-10-10 Thread Brett Porter
2008/10/11 Dan Tran <[EMAIL PROTECTED]>: > Hello, > > I am currently continue on with James Dumay's wagon-maven-plugin at > MOJO's sanbox and running to issue invokes' Wagon:getFilelist() with > wagon-webdav-jackrabbit > > The IT pom is at > http://sv

About wagon-jackrabit's webdav

2008-10-10 Thread Dan Tran
Hello, I am currently continue on with James Dumay's wagon-maven-plugin at MOJO's sanbox and running to issue invokes' Wagon:getFilelist() with wagon-webdav-jackrabbit The IT pom is at http://svn.codehaus.org/mojo/trunk/sandbox/wagon-maven-plugin/src/it/webdav

Re: unable to deploy site with webdav

2008-05-19 Thread Dennis Lundberg
The Mojo project at Codehaus uses webdav for site deployment. Perhaps you can pick up a clue or two by looking at their parent POM: http://svn.codehaus.org/mojo/tags/mojo-17/pom.xml The users of that parent doesn't have to configure anything related to site deployment. The configur

Re: unable to deploy site with webdav

2008-05-19 Thread rossputin
Hi, I have since successfully deployed the site with scp, so the problem is definitely with webdav, or my configuration of it. My parent pom.xml contains a 'distributionManagement' element as below: ourproject.website dav:http://our.webserver.com/projects/ourproject My settings.

Re: unable to deploy site with webdav

2008-05-16 Thread Wendy Smoak
On Fri, May 16, 2008 at 7:53 AM, rossputin <[EMAIL PROTECTED]> wrote: > Has anyone successfully deployed with any recent version of maven over > webdav? One of the books I have on it suggests using it. I have not seen > much on the mailing list though. Yes, it works for me with

unable to deploy site with webdav

2008-05-16 Thread rossputin
Hi, I am using maven 2.0.9, and everything is working great except for site deployment with webdav. I have not tried any other kind of deployment yet, as I do it manually, so it may not be just site deployment that is not working for me. I have an apache webdav setup in place, and can access

site:deploy via webdav to a NTLM based location

2008-03-27 Thread Siarhei Dudzin
Hi All, I am trying to deploy a site to MS Sharepoint which is *not* behind a proxy via webdav (Sharepoint supports webdav protocol). For that I have defined site in my pom (it worked well for deployment to IIS via webdav which didnt use NTLM auithentication

Re: not able to deploy using webdav

2008-02-13 Thread Stephen Connolly
estyle project. Hudson is rock solid and the > only thing I use. > > -Original Message- > From: Savita_p_m [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 13, 2008 12:22 PM > To: users@maven.apache.org > Subject: Re: not able to deploy using webdav > > > Hi,

RE: not able to deploy using webdav

2008-02-13 Thread Brian E. Fox
users@maven.apache.org Subject: Re: not able to deploy using webdav Hi, Thanks for the pointer... However my issues was related to hudson configuration as it was working fine with command line. Hudson job configuration using " Build a maven2 project (beta)" doesn't work with webdav where

Re: not able to deploy using webdav

2008-02-13 Thread Savita_p_m
Hi, Thanks for the pointer... However my issues was related to hudson configuration as it was working fine with command line. Hudson job configuration using " Build a maven2 project (beta)" doesn't work with webdav where as same thing worked for me when I configured the job usin

RE: not able to deploy using webdav

2008-02-13 Thread Richard Chamberlain
It's not possible to use webdav by default. There's some useful information on how to enable it in this link: http://docs.codehaus.org/display/MAVENUSER/Deploying+3rd+Party+Jars+With +WebDAV -Original Message- From: Savita_p_m [mailto:[EMAIL PROTECTED] Sent: 13 February 200

RE: not able to deploy using webdav

2008-02-12 Thread Brian E. Fox
Add the wagon to your pom inside the tag. -Original Message- From: Savita_p_m [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2008 10:54 PM To: users@maven.apache.org Subject: not able to deploy using webdav Hi, I am getting following error while trying for site-deploy, I have

not able to deploy using webdav

2008-02-12 Thread Savita_p_m
Hi, I am getting following error while trying for site-deploy, I have configured job using hudson to run maven goals. Build extensions are mentioned in pom.xml and the repository has the wagon-webdav jars. However from command line it works properly where as it fails with the following error

webdav protocol for distributionManagement?

2007-12-16 Thread maarten roosendaal
Hi, Is it still necessary to add 'wedav' as a protocol to the url of distributionManagement in the pom.xml. When i remove it things work fine, so i assumed the http wagon implementation has been improved. What i'm also curious about is the number of repositories between the distributionManagem

Does wagon-webdav support Digest authentication

2007-12-05 Thread Boyle, PJ
Hi, I have been trying to get WAGON-WEBDAV working with an Apache WebDAV provider and can only see that BASIC authentication is attempted. Am I missing something in the following configuration sections: pom.xml org.apache.maven.wagon wagon-webdav 1.0

Re: Exception transfering site files via webdav

2007-11-02 Thread Dmitry Beransky
k with so many connection requests. D. On 11/1/07, Heinrich Nirschl <[EMAIL PROTECTED]> wrote: > This is a problem with the default Windows TCP/IP configuration. The > client runs out of available ports during the many webdav transfers. > > The solution is described here: > http://m

Re: Exception transfering site files via webdav

2007-11-01 Thread Heinrich Nirschl
> Embedded error: Failed to create destination WebDAV collection (directory): > /pro > jects/web-app-parent/csa/./apidocs/com/csatravelprotection/rules/class-use > Address already in use: connect This is a problem with the default Windows TCP/IP configuration. The client runs out of av

Exception transfering site files via webdav

2007-11-01 Thread Dmitry Beransky
ailed to create destination WebDAV collection (directory): /pro jects/web-app-parent/csa/./apidocs/com/csatravelprotection/rules/class-use Address already in use: connect [INFO] [DEBUG]

WebDav, Wagon and Digest Authentication

2007-10-19 Thread Dave Syer
ation which fails on the server with an obvious message. -- View this message in context: http://www.nabble.com/WebDav%2C-Wagon-and-Digest-Authentication-tf4653580s177.html#a13295600 Sent from the Maven - Users mailing list archive at Nabbl

deployment with webdav succeeds but fails

2007-10-04 Thread cbrown
I'm doing a lot of first time setup with Geronmio hosting Proximity, and using WebDAV to deploy a jar. I'm stuck at a point where 'mvn deploy' reports [INFO] Error deploying artifact: Failed to transfer file: http://...snipjar Return code is: 500 Internal Server Err

Webdav error

2007-09-18 Thread IvanPopov
and this type of request works well with archiva-1.0-beta-1. Is there any modification that may explain this error? Regards. -- View this message in context: http://www.nabble.com/Webdav-error-tf4473901.html#a12755763 Sent from the archiva-users mailing list archive at Nabble.com.

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Rémy Sanlaville
As I mentioned in my first post, I followed the instructions from this article (http://docs.codehaus.org/display/MAVENUSER/Deploying+3rd+Party+Jars+With+WebDAV ) So it is not correct because it uses a bad url: -Durl=http://localhost:8080/archiva/repository/myrepo It would be nice to update this

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Rémy Sanlaville
2007/9/6, Carlos Sanchez <[EMAIL PROTECTED]>: > > you need to use "dav" as wagon protocol, not http or webdav > > something like > dav:https://dav.codehaus.org/snapshots.repository/mojo/ > My problem was here ! I used http://myhost/inhouse rather than dav:http:/

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Carlos Sanchez
you need to use "dav" as wagon protocol, not http or webdav something like dav:https://dav.codehaus.org/snapshots.repository/mojo/ check the mojo pom for an example http://repo1.maven.org/maven2/org/codehaus/mojo/mojo/16/mojo-16.pom On 9/6/07, Piotr Tabor <[EMAIL PROTECTED]>

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Piotr Tabor
b-dav. To make the thinks worse webdav://... also does not work for me in release plugin. Thank you, Piotr Tabor Carlos Sanchez pisze: > check the permissions because wagon definitely creates the dirs > > On 9/6/07, Rémy Sanlaville <[EMAIL PROTECTED]> wrote: > >> Hi Mich

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Carlos Sanchez
he configuration is ok (cf. our configuration at the > end). > > are you using ssl? if you you need to ensure that the vm running maven > > trusts > > the certificate > > > Not for the moment. > > We continue some tests this morning and it seems effectively that >

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Rémy Sanlaville
> Dav on > > > thats all nothing magic It seems that our apache configuration is ok (cf. our configuration at the end). are you using ssl? if you you need to ensure that the vm running maven > trusts > the certificate Not for the moment. We continue some tests this morning an

Re: [M2] Maven 2 and WebDav protocol

2007-09-01 Thread Michael McCallum
Sanlaville wrote: > Thanks Carlos and Michael for your reply. > > I try to find what's wrong with apache. I will tell you if I find something > wrong. > Did you have a specific configuration of apache for the WebDav protocol ? > > Rémy -- Michael McCallum Enterprise Engine

Re: [M2] Maven 2 and WebDav protocol

2007-08-31 Thread Rémy Sanlaville
Thanks Carlos and Michael for your reply. I try to find what's wrong with apache. I will tell you if I find something wrong. Did you have a specific configuration of apache for the WebDav protocol ? Rémy

Re: [M2] Maven 2 and WebDav protocol

2007-08-31 Thread Michael McCallum
i have webdav working without problems... using digest authentication i might have a had a few issues but nothing that was not resolved by watching the apache logs... much faster than ssh/sftp IMO On Friday 31 August 2007 21:50, Rémy Sanlaville wrote: > I have a deployment problem with mave

Re: [M2] Maven 2 and WebDav protocol

2007-08-31 Thread Carlos Sanchez
wagon-webdav does create directories and it's being widely used, i even use it with svn I'd look for something specific to your configuration that may not be the typical configuration or an error in your server setup On 8/31/07, Rémy Sanlaville <[EMAIL PROTECTED]> wrote: >

[M2] Maven 2 and WebDav protocol

2007-08-31 Thread Rémy Sanlaville
I have a deployment problem with maven 2 and WebDav protocol. My context : --- I have corporate repositories (inhouse and inhouse.snapshot) with Proximity proxy. As Proximity seems to not support efficiently WebDav protocol, I also have a apache frontal allowing access to my

Re: ant tasks webdav authentication

2007-08-30 Thread Hervé BOUTEMY
Le jeudi 30 août 2007, Craig Ryan a écrit : > Here is an Ant build.xml snippet using maven tasks: > > url="dav:http://fred:[EMAIL PROTECTED]" layout="default"/> > version="1.0-beta-2"/> > > > > > > the above works fine, and does a PUT of my jar into my company

ant tasks webdav authentication

2007-08-30 Thread Craig Ryan
Here is an Ant build.xml snippet using maven tasks: url="dav:http://fred:[EMAIL PROTECTED]" layout="default"/> version="1.0-beta-2"/> the above works fine, and does a PUT of my jar into my company maven2 repo. The following however does not work. Note: this time I

Re: deploying to proximity via webdav

2007-08-27 Thread Heinrich Nirschl
On 8/22/07, Pascal Thivent <[EMAIL PROTECTED]> wrote: > Hi, > > I've used the following url successfully(*) : > dav:http://host:port/pxweb/dav/inhouse.snapshot > > I guess it should work in the same way with extNonFree. Unfortunately not. The "inhouse.snapshot" is understood by proximity as the re

Re: deploying to proximity via webdav

2007-08-27 Thread Pascal Thivent
ory/[EMAIL PROTECTED] > > Of course you have to enable webdav in your pom's build section. > > > > org.apache.maven.wagon > wagon-webdav > 1.0-beta-2 > > > > -Dave > > -Orig

Re: deploying to proximity via webdav

2007-08-23 Thread Heinrich Nirschl
we were using ftp to upload (deploy, release). [configuration example deleted] Thanks for the configuration example. Upload to proximity via WebDAV works in principle, I can successfully upload to the other repositories (inhouse, inhouse.snapshot, extFree). It's just the extNonFree that

RE: deploying to proximity via webdav

2007-08-22 Thread Dave Hoffer
://XRBUILD2:81/proximity/repository/public -Dave -Original Message- From: Heinrich Nirschl [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 10:25 AM To: Maven Users List Subject: Re: deploying to proximity via webdav Thanks for your answer, Dave! On 8/22/07, Dave Hoffer

Re: deploying to proximity via webdav

2007-08-22 Thread Heinrich Nirschl
ository with name group null not found! > > Of course you have to enable webdav in your pom's build section. > > > > org.apache.maven.wagon > wagon-webdav > 1.0-beta-2 > > > Yes, I have t

  1   2   >