One additional datapoint: the files are being copied to target/classes correctly just not to target/<webapp>/WEB-INF/classes
On 7/7/06, Vinny <[EMAIL PROTECTED]> wrote:
Hello, I thought the standard behavior for 'package' would be to copy all files from src/main/resources to WEB-INF/classes. The issue I'm facing is with my spring applicationContext.xml file. I want to make that file available to both my tests and to be put into my webapp. I though having it in src/main/resources would solve that problem, but it's not being copied into the webapp anywhere. Currently I have to keep 2 copies. Is this the expected behaivior? -- Ghetto Java: http://www.ghettojava.com
-- Ghetto Java: http://www.ghettojava.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
