I've just started using Maven in NetBeans. However, I can't seem to figure out why src/main/resources is not included on the classpath when I run the project using Run / Run Main Config. From what I can see, only /target/classes/ is included in the classpath, in addition to JARs from dependencies.
My impression was that src/main/resources is a standard location and should always be in the classpath, but this is not the case here. What am I doing wrong?