You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Doogie <fr...@gmail.com> on 2006/04/27 17:22:50 UTC

[M2] Changing system path

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org