> I have some jar files under src/test/resources folder. I have enabled
> filter for the test resources. Now during filtering jar files get
> corrupted. I have tried the following configuration but does not seem

Many people use /src/main/resources/filtered and
/src/main/resources/unfiltered for this very reason (or /src/test).

You will, of course, have to configure the resources directories
manually in the pom as a result of this, as the default configuration
(convention) will no longer apply.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to