Re: maven-sling-plugin and usePut with intermediate folders

2016-02-24 Thread Konrad Windszus
Hi Steven, I will take care of the PR soon, looks good at first glance. For improving the WebDAV support I have created https://issues.apache.org/jira/browse/SLING-5559 Thanks for your comments, Konrad > On 25 Feb 2016, at 02:14, Steven Walters wrote: > > On Wed, Feb 24,

Re: maven-sling-plugin and usePut with intermediate folders

2016-02-24 Thread Steven Walters
On Wed, Feb 24, 2016 at 4:27 PM, Carsten Ziegeler wrote: > Thanks for bringing up this old topic :) > > I'm fine with either solution. It seems that nowadays webdav is used and > as Robert mentions it's more likely that the POST servlet is available. > But we can go with

Re: maven-sling-plugin and usePut with intermediate folders

2016-02-24 Thread Carsten Ziegeler
Thanks for bringing up this old topic :) I'm fine with either solution. It seems that nowadays webdav is used and as Robert mentions it's more likely that the POST servlet is available. But we can go with Webdav (solution a) ) for now, the web console can still be used with usePut=false and if

Re: maven-sling-plugin and usePut with intermediate folders

2016-02-24 Thread Konrad Windszus
Hi Robert, thanks for your comments. > Am 24.02.2016 um 21:17 schrieb Robert Munteanu : > > Hi Konrad, > > On Wed, 2016-02-24 at 15:33 +0100, Konrad Windszus wrote: >> Hi, >> in the context of [0] the handling of usePut=true was extended to >> also create intermediate nodes

Re: maven-sling-plugin and usePut with intermediate folders

2016-02-24 Thread Robert Munteanu
Hi Konrad, On Wed, 2016-02-24 at 15:33 +0100, Konrad Windszus wrote: > Hi, > in the context of [0] the handling of usePut=true was extended to > also create intermediate nodes through the Sling POST servlet. > Currently the maven-sling-plugin behaves like this: > > If you use usePut=true then

maven-sling-plugin and usePut with intermediate folders

2016-02-24 Thread Konrad Windszus
Hi, in the context of [0] the handling of usePut=true was extended to also create intermediate nodes through the Sling POST servlet. Currently the maven-sling-plugin behaves like this: If you use usePut=true then you must point the targetUrl towards a WebDAV implementation (which handles the