I want to load a processed resource from target/test-classes/
The classpath:application.properties doesn't seem to work.
Run maven with -X doesn't show the classpath in debug.
What makes me think resources will be on the project classpath anyway?
Would I use build helper to add target/classes to the classpath?
I want to load a processed resource from target/test-classes/
The classpath:application.properties doesn't seem to work.
Run maven with -X doesn't show the classpath in debug.
What makes me think resources will be on the project classpath anyway?
Would I use build helper to add target/classes to the classpath?