Hi Phil, one thing that also irritated me first was the directory layout. While we do not necessarily follow the Maven conventions always (mainly because of historical reasons) we have in case of math a mixture between Maven conventions and history.
Maven encourages you to separate main and test sources in src/main/java and src/test/java. We have in commons src/java and scr/test. However, the default for resources in Maven is src/main/resources and src/test/resources and here math suddenly has the main resources in src/main/resource. It's the mixture of the conventions that itch me. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org