+1, I am all for it. I've never liked the lack of symmetry.

Gary Gregory
Senior Software Engineer
Seagull Software
email: ggreg...@seagullsoftware.com
email: ggreg...@apache.org
www.seagullsoftware.com 


> -----Original Message-----
> From: sebb [mailto:seb...@gmail.com]
> Sent: Saturday, April 10, 2010 08:17
> To: Commons Developers List
> Subject: [ALL] Non-standard maven source and test directories
> 
> 22 commons-proper projects are still using non-standard source and
> test directories, i.e. they are using:
> 
>     <sourceDirectory>src/java</sourceDirectory>
>     <testSourceDirectory>src/test</testSourceDirectory>
> 
> rather than the default:
> 
>     <sourceDirectory>src/main/java</sourceDirectory>
>     <testSourceDirectory>src/test/java</testSourceDirectory>
> 
> Do we want to fix those?
> 
> This would involve renaming the directories, removing the entries from
> the pom files and updating any other build scripts e.g. Ant that may
> be present.
> 
> The projects are:
> 
> betwixt
> cli
> codec
> collections
> configuration
> daemon
> dbcp
> dbutils
> digester
> discovery
> el
> email
> fileupload
> io
> jxpath
> launcher
> logging
> modeler
> net
> pool
> primitives
> transaction
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to