Dear all,

I'm wondering what the prescribed directory layout is for projects using maven as their build system. I have different signals driving me crazy (but in a good way :-)

Is the preferred way to structure one's project like prescribed in http://maven.apache.org/reference/dirlayout.html?

e.g. in the case of a web application:

/project
   project.xml
   LICENSE.txt
   src/java
   src/test
   src/webapp
   src/conf
   xdocs

or is it:
/project
   project.xml
   LICENSE.txt
   src/main/java
   src/test/java
   src/main/webapp
   xdocs

I'm planning a new directory layout for the jwebunit project and want to be sure I follow the prescribed (near future) layout. Any further pointers are appreciated.

With regards,

Martijn


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to