> But i would like to get this structure > > web-app > |-- src > '--main > '-- java
Simply use the existing archetype and then run "mkdir web-app/src/main/java" and poof, you've got it. The archetype builds a project that conforms to the Maven believes are the best practices/standards. You're asking how to build something that is not a best practice and thus, is not as well supported. You'll have to handle this manually, or make your own archetype that includes this directory. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
