The M2 standards are src/main/java and src/test/java: http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
Only mentioning because I saw src/java listed by someone as the Maven default... -Stephen On 3/14/06, David Sag <[EMAIL PROTECTED]> wrote: > Thorsten Heit <[EMAIL PROTECTED]> wrote on 10-03-2006 13:46:19: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Hi, > > > > > the directory structure we have is > > > > > > pom.xml > > > src/ > > > - org/ > > > > Maven uses src/java/... per default. Have you tried that? > > > > unfortunately I do not have permission to change the folder heirarchy for > our projects. This is mostly because: > 1) we have hundreds of projects > 2) we have hundreds of developers > 3) we use CVS not SVN internally and CVS don't do folder heirarchy changes > while preserving version histories. > > I am able to move the tests into the m2 preferred folder heirarchy however > as we have SFA tests in any of our projects. > > I wonder if I would be better off with a heirarchy more like > pom.xml > src/ > - org/... > test/ > - java/ > -- org/... > > that would certainly keep the tests apart from the main source, but I'd > really rather at least start the process of moving to the m2 preferred > arrangement. > > thoughts? > > dave > > -- Stephen Duncan Jr www.stephenduncanjr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
