Re: Maven with subdirectories within the src/main/components/ path

2016-10-10 Thread Hugi Thordarson
>> You can add each subfolder in your “components”-folder as a resource folder. >> It’s a pretty horrifying workaround, though and I think we should change the >> wolifecycle-plugin and align the behaviour with ant's (i.e. subfolders in >> the components directory should always be flattened by d

Re: Maven with subdirectories within the src/main/components/ path

2016-10-10 Thread Paul Hoadley
On 11 Oct 2016, at 2:15 AM, Hugi Thordarson wrote: > You can add each subfolder in your “components”-folder as a resource folder. > It’s a pretty horrifying workaround, though and I think we should change the > wolifecycle-plugin and align the behaviour with ant's (i.e. subfolders in the > com

Re: Maven with subdirectories within the src/main/components/ path

2016-10-10 Thread Mark Wardle
Thanks Hugi , that's great - as I have only a handful of directories so certainly a reasonable workaround. I'm definitely going to try this soon! Mark -- Dr. Mark Wardle Consultant Neurologist, Cardiff, UK (Sent from my mobile) > On 10 Oct 2016, at 16:45, Hugi Thordarson wrote: > > You can

Re: Maven with subdirectories within the src/main/components/ path

2016-10-10 Thread Hugi Thordarson
You can add each subfolder in your “components”-folder as a resource folder. It’s a pretty horrifying workaround, though and I think we should change the wolifecycle-plugin and align the behaviour with ant's (i.e. subfolders in the components directory should always be flattened by default). Bu

Re: Maven with subdirectories within the src/main/components/ path

2016-10-10 Thread Paul Hoadley
On 9 Oct 2016, at 8:14 PM, Paul Hoadley wrote: > On 6 Sep 2016, at 10:00 PM, Mark Wardle wrote: > >> I am getting the following error: >> >> No template found >> for component >> >> for components held within subdirectories of src/main/components/ There >> isn’t a problem for .wo directo

Re: Maven with subdirectories within the src/main/components/ path

2016-10-09 Thread Paul Hoadley
On 10 Oct 2016, at 7:50 AM, Mark Wardle wrote: > I was probably just shy of getting it all to work but I had spent too long by > that point and put it to one side as a challenge for another day… I’m getting some T-shirts made up with that on them. We can all wear them together. -- Paul Hoad

Re: Maven with subdirectories within the src/main/components/ path

2016-10-09 Thread Mark Wardle
Sorry Paul. I was probably just shy of getting it all to work but I had spent too long by that point and put it to one side as a challenge for another day… That said, I have adopted maven for another project (non-WO) and am finding it very powerful so I will probably try again [once you’ve someo

Re: Maven with subdirectories within the src/main/components/ path

2016-10-09 Thread Paul Hoadley
Hi Mark, On 6 Sep 2016, at 10:00 PM, Mark Wardle wrote: > I am getting the following error: > > No template found > for component > > for components held within subdirectories of src/main/components/ There > isn’t a problem for .wo directories stored directly in src/main/components. > >

Re: Maven with subdirectories within the src/main/components/ path

2016-09-06 Thread Henrique Prange
Hi Hugi, The code is there. How it’s organized is kinda of weird, though. I’ve created a new branch called maven-plugins-current [1]. It points to the last commit related to the Maven plugins. You can start from that point if you want. Or even better, you could start from a branch on my own for

Re: Maven with subdirectories within the src/main/components/ path

2016-09-06 Thread Hugi Thordarson
Doesn’t look like it’s supported in the current Maven plugin. We should fix that—does anyone know where the current code for maven-wolifecycle-plugin resides? All I can find online is the plugin code in the WOLips GitHub repository, but that’s 6 years old code (and labeled version 2.1 when the

Maven with subdirectories within the src/main/components/ path

2016-09-06 Thread Mark Wardle
Dear all, I am slowly making progress in my switch to maven. I still think it is worth it. I am getting the following error: No template found for component for components held within subdirectories of src/main/components/ There isn’t a problem for .wo directories stored directly in src/ma