could please anybody explain how the Core Classloader is loading resources when for instance surefire test plugin is used?
What I'd especially need to know is the order in which project sources and resources from target/classes + target/test-classes AND project dependencies are loaded.
For instance, If I have a resource which exists both in a project and in a dependency. Which one is loaded first ?
Thank you