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 just want to put your property files someplace on disk and don't want to copy those property files to target/test-classes during the build, you can do it this way