On 13 November 2012 20:26, daniel echalar <[email protected]> wrote: > Hi, > > II have created a maven project using a webapp archetype, the result is > that in my generated directory structure, there is not the src/main/java > directory, (there is where I want to put my servlets), so ,how can I do > that?
Depending on your os, mkdir or something similar. If you are missing a directory, try to create it. The Archetype you used is perhaps broken or doesn't behave as you wanted. Add your dir manually. /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
