Re: resources:testResources not filtering files

2007-11-22 Thread Stephen Connolly
The test resources go to a different directory, so they have a different section (testResources) resources resource directorysrc/main/resources/directory filteringtrue/filtering /resource /resources /testResources

resources:testResources not filtering files

2007-11-21 Thread Chad Boyd
When I run the goal resources:testResources a file in src/test/ resources is copied to target/test-classes but isn't filtered. I have the src/test/resources directory listed in the pom with filtered set to true but the ${...} properties are still in the output file. When I run