Re: M2 - How do I use a non standard directory structure for a web application

2005-12-26 Thread Allan Ramirez
Hi Eric, You may specify the path of your web.xml in your webapp by configuring maven-war-plugin ... org.apache.maven.plugins maven-war-plugin You dont have to specify your , the classes get automatically copied in your /WEB-INF

Re: M2 - How do I use a non standard directory structure for a web application

2005-12-23 Thread Koen Maes
this is very helpful ... mvn projecthelp:effective-pom and start from this output to make your modifications. On Friday 23 December 2005 21:04, [EMAIL PROTECTED] wrote: > Trying to build a WAR file from a non-standard directory structure. > projectA > - src > - Web Content >

M2 - How do I use a non standard directory structure for a web application

2005-12-23 Thread eric . starr
Trying to build a WAR file from a non-standard directory structure. projectA - src - Web Content - images - javascript - theme - WEB-INF - lib - web.xml Here is the relevent portion of my pom.xml