Thanks Wendy! Exactly what was looking for. T. On 6/16/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 6/16/06, Toto Laricot <[EMAIL PROTECTED]> wrote: > I have a file in src/test/resources/META-INF that I'd like to be filtered > before being copied to target/test-classes/META-INF. > I added this to my POM: > > <filters> > <filter>src/main/filters/dev-env.properties</filter> > </filters> > <resources> > <resource> > <directory>src/test/resources/META-INF</directory> > <filtering>true</filtering> > </resource> > </resources> Try using <testResources>/<testResource> instead. * http://maven.apache.org/ref/current/maven-model/maven.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
