> I need resource goal of resource plugin to be set up differently for
> test phase, than for build phase. When testing I need to exclude stuff
> from src/main/resources. It seems it can't be done, testResources goal

Why would you want to do this? In the test phase, the files in
src/test/resources are put on the classpath BEFORE the files in
src/main/resources so there should be no need to exclude anything,
generally.

Perhaps you can tell us more about your project and we can offer other
solutions if necessary.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to