> 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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to