hi, dabloem, I guess the basic reason is that 'classloader#getResource' returns null (the classloader can not find the specific resource). make sure the resource is inside the classpath of your testcase java executing environment. and btw, the m2e plugin would mark excluding="**" on the classpath entry whose path="src/test/resources" by default