I have read chapter 13 of "Maven: The Definitive Guide" and did not find my
question answered there.
Here is what I need to do. I have two subdirectories as follows:
src/main/resources/foo
src/main/resources/bar
I have the same file in each of those two directories:
src/main/resources/foo/mySpringBean.xml
src/main/recourse/bar/mySpringBean.xml
What I need to do is specify on the command line (or in a Profile or in
settings.xml) which of those two directories should have it's contents copied
to target/classes. The other directory should not have its contents copied
into target/classes.
Thank you in advance! (hope hope).
Robert
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]