Having a folder architecture like this root | ---A | ---B
under root there is a pom.xml calling the pom.xml files from A and B using the modules tags. In test classes he cannot find files existing under A and B, because he is looking under root for these file. if calling the pom.xml out of A and B seperatly, everything works as it should. I beleave the systempath is set to the path where the first pom file is called. How can I change the systempath so that javax.xml.parsers.DocumentBuilderFactory is always in the actual path of the executing pom file. thx ia Andreas -- View this message in context: http://www.nabble.com/-M2-Changing-system-path-t1518932.html#a4123257 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
