Why don't you try the war:inplace goal instead of the war:war goal.
This copies classes/lib/etc... back from target into src/main/webapp.
Then use a context.xml file to define your webapp within tomcat.

JSP changes take without the need to copy any files.

Of course you'll have to be careful and mark the classes and lib dir
as ignored in your scm tool so they don't get checked in since they
will be in your src folder now.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to