Hi! We have a plan to migrate from Ant to Maven in the future. Until then, we would like to start our project using Ant but following the Maven's standard directory layout (see http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html).
However, we still have a couple of questions regarding the directory layout: Which directory the log4j.properties, hibernate.cfg.xml, struts-config.xml, springapp-servlet.xml and other application specific configuration files should be saved? src/main/config looks like the appropriate directory for these files but I also seen these files in src/main/resources and src/main/webapp. Which directory the Javascript files (*.js) should be saved? Which directory the Unix shell script (*.ksh, *.sh) should be saved? Which directory the images and pictures (*.jpg, *.bmp) should be saved? What does the src/site directory contains? I would like to suggest that in the "Introduction to the Standard Directory Layout" chapter, it would be very useful to describe and give examples of where the well-known files are saved in the Maven's directories. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
