IIRC, it's src/main/webapp, but check: http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html
for more info. hth, john Law Green-A20134 wrote: > Thank you, Maria! > > Then do you have any suggestions for WebApp site location and script location? > > Add one more question, is there m2 command deploy WebApp to a website? > > TIA, > Green > > -----Original Message----- > From: Maria Odea Ching [mailto:[EMAIL PROTECTED] > Sent: 2005年12月16日 11:05 > To: Maven Users List > Subject: Re: [m2] WebApp Directory Layout > > > Law Green-A20134 wrote: > >> Hi, >> >> I am trying to use M2 for webapp (plain Servlet+velocity application) >> development. Is there any suggestion for the directory layout? >> >> Also I found the recommended directory layout page on the maven site: >> >> src/main/java Application/Library sources >> src/main/resources Application/Library resources >> src/main/filters Resource filter files >> src/main/assembly Assembly descriptors >> src/main/config Configuration files >> src/test/java Test sources >> src/test/resources Test resources >> src/test/filters Test resource filter files >> src/site Site >> LICENSE.txt Project's license >> README.txt Project's readme >> >> Does the "src/site" designed for webapp site or for the site of the >> project itself? >> >> >> > Hi Green, > > The src/site is designed for the site of the project itself, not for the > webapp site. > > Regards, > Odea Ching > >> Another question is where to put script files and other exec files in >> the recommended directory layout? Should I put em inside >> src/main/resources? >> >> Thanks in advance, >> Green >> >> >> >> > > > --------------------------------------------------------------------- > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
