Hi, Could someone please tell me how I can accomplish the following?
I want to build a war file. Additionally there is a configuration file that is found outside of the WEB-INF directory, but when that WEB-INF dir is packaged into the war I want to place that config file in WEB-INf in the war - without having to copy it into the actual WEB-INF before making the WAR file. Thanks.