Hi, When i generate using a simple mvn archetype:generate and select option 18 (simple web project), I only get src/main/resources as the source folder, How can i include src/main/java and src/main/test and script folders to this generated project, I tried using: <sourceDirectory>src/main/java</sourceDirectory> inside the <build> tag. but apparently its not working ** Any suggestions/pointers/links?
Regards Vyas, Anirudh
