> directory, try to create it. The Archetype you used is perhaps broken > or doesn't behave as you wanted. Add your dir manually.
It isn't broken. J2EE best practices tell you make a Jar project (module) with your Java source code, and bring it into your War project as a dependency. So the archetype does not construct src/main/java for Webapps as it should not be needed. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
