Re: Exploded directory Structure

2006-03-11 Thread Greg Case
If I've understood what you are trying to do, you can tomcat config point to the src/main/webapp directory, you can then run a mvn compile war:inplace, and it will copy all of classes and dependencies into the appropriate places in your WEB-INF folder. When doing this, it's also helpful to bind a

RE: Exploded directory Structure

2006-03-11 Thread Brian E. Fox
Can't you just run the build again? I have Tomcat setup to point to the exploded archive in target. Then a change is made and we rebuild. -Original Message- From: chetan mehrotra [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 5:39 AM To: users@maven.apache.org Subject: Exploded