If you're going to use "war:inplace", you should make sure and exclude
WEB-INF/classes from source control so you never check these files in.
You should also not modify them - you should only modify source in
src/main/resources.  If you want to override settings in a properties
file from WEB-INF/classes - copy it to src/main/resources and modify
to your heart's content. The next time you run "war:inplace", your
version will win.

Matt

On 3/7/07, Benoit Moraillon <[EMAIL PROTECTED]> wrote:
When using war:inplace, all.properties fil are set in
src/main/webapp/web-inf/classes

i suggests to put directly some properties inside src/main/ressources
such as
displaytag.properties oscache.properties errors.properties....

Ben.

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




--
http://raibledesigns.com

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

Reply via email to