The Junits I have in my project need to load property files from the classpath. How can I specify the directory of those property files so that Maven will set that in the cl
If you have multiple resource environment you can use maven profile and put your various resources according to the profile you are testing.
test/resources/uat
test/resources/prod
test/resources/dev
But usualy if you need that you are making integration test then you don't need the build-helper-maven-plugin.