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
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 specifying wagon:upload you should remove the executions sectio nand move the configuration out to plugin level. Also, from an aesth

RE: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
On Tuesday, February 27, 2018 12:55 PM, Olivier Lamy [mailto:ol...@apache.org] wrote: > try a dav url such > dav:http(s)://my.webdav.server/ It already has that syntax dav:http://my.server/. What vexes me is that the plugin claims it cannot find the configuration. If I run mvn -X wagon:upload

Re: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Olivier Lamy
try a dav url such dav:http(s)://my.webdav.server/ 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 February 2018 at 21:29, Svensson, Lars wrote: > > > > > Hi Olivier and thanks for your qu

RE: Problems configuring wagon-webdav-jackrabbit

2018-02-27 Thread Svensson, Lars
On Tuesday, February 27, 2018 12:34 PM, Olivier Lamy [mailto:ol...@apache.org] wrote: > 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: > > >

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 right using extension tag > > If

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 just configure distributionManage

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-plugin/us