Re: [ALL] components using non-standard source and test directory layouts

2011-09-20 Thread sebb
On 20 September 2011 19:28, Gary Gregory wrote: > [codec] now uses the standard layout. > > I cannot get M3 to pick up src/main/resources unless this is preserved: > >   >     >       >        src/main/resources >       >     > > Which seems to be fixed when I run with commons-parent 22. Yes, bec

Re: [ALL] components using non-standard source and test directory layouts

2011-09-20 Thread Gary Gregory
[codec] now uses the standard layout. I cannot get M3 to pick up src/main/resources unless this is preserved: src/main/resources Which seems to be fixed when I run with commons-parent 22. Gary On Tue, Sep 20, 2011 at 1:02 PM, Gary Gregory wrote: > FYI: code

Re: [ALL] components using non-standard source and test directory layouts

2011-09-20 Thread Gary Gregory
FYI: codec will be fixed today. Gary On Sep 20, 2011, at 11:38, sebb wrote: > On 20 September 2011 15:49, Simone Tripodi wrote: >> do you want some help? I could be helpful here, just let me know! >> Simo > > I'm not proposing that we go ahead and change all the components > immediately, just

Re: [ALL] components using non-standard source and test directory layouts

2011-09-20 Thread sebb
On 20 September 2011 16:59, Simone Tripodi wrote: > Hi Seb > >> >> I'm not proposing that we go ahead and change all the components >> immediately, just that projects should consider fixing the layout at >> some point. > > clear, I would get bored after the second component :P > >> >> Also perhaps

Re: [ALL] components using non-standard source and test directory layouts

2011-09-20 Thread Simone Tripodi
Hi Seb > > I'm not proposing that we go ahead and change all the components > immediately, just that projects should consider fixing the layout at > some point. clear, I would get bored after the second component :P > > Also perhaps create JIRA enhancement issues for each of the projects > liste

Re: [ALL] components using non-standard source and test directory layouts

2011-09-20 Thread sebb
On 20 September 2011 15:49, Simone Tripodi wrote: > do you want some help? I could be helpful here, just let me know! > Simo I'm not proposing that we go ahead and change all the components immediately, just that projects should consider fixing the layout at some point. However, what would be us

Re: [ALL] components using non-standard source and test directory layouts

2011-09-20 Thread Simone Tripodi
do you want some help? I could be helpful here, just let me know! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Tue, Sep 20, 2011 at 4:39 PM, sebb wrote: > Just ran a search for top-level poms that define sourceDirectory / > testSourceDirectory; quite a few are using

[ALL] components using non-standard source and test directory layouts

2011-09-20 Thread sebb
Just ran a search for top-level poms that define sourceDirectory / testSourceDirectory; quite a few are using non-standard locations. The standard Maven layout [1] is: src/main/java src/test/java If the standard layout is used there is no need to redefine the properties in the pom, and it makes