> When using the maven-archetype-webapp goal, wasn´t the archetype plugin 
> supposed to generate src/main/Java and test/Java directories ?!?

Best practice for Webapps is to separate the Java code into its own
module and then add a <dependency> to it in your Webapp. Thus, you
"should not" have src/main/java directories in webapps.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to