We have two webapps. One is the basic app, and one is the enhanced version of the same app.

In our current setup, when we want to run the enhanced app we copy the basic app into /webapps/mywebapp, then we overwrite the directory with the files from the enhanced app. This is necessary because the enhanced app replaces index.jsp, some of the .css files, and a number of other pages.

This scheme works fine, but now I'm migrating to Maven, and this isn't a very maven-ish way to do things. Is there a more standard way to handle the situation when one webapp depends on another?


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

Reply via email to