Hi, I have this line which reads my Spring bean declarations from the named relative path.
"file:WebContent/WEB-INF/applicationContext-hibernate.xml" When running the web module pom, this works correctly, however when running the parent pom it cannot find the file. If I prepend "MyWebModule" to the string it works fine again. Shouldn't the path be relative it's own modules pom and not to the parent pom? BR /Peter
