The standard directory layout says it should be in src/main/webapp
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html On 10/17/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 10/17/06, Paul Barry <[EMAIL PROTECTED]> wrote: > When I create my project from this archetype, it doesn't copy over the > webapp stuff, only Test.java. Can I get the archetype to copy over > the webapp stuff? The tree structure seems to have src/webapp, not src/main/webapp. Compare yours to the Maven provided webapp archetype: http://svn.apache.org/repos/asf/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-webapp/ -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
