Bernhard Gass - 2010-02-26

This happens due to default XML/XSLT implementation that come with Java-5/6. A workaround is to put the libs in '<xradar>/lib/endorsed' into '<java>/lib/endorsed'.

With Ant you can set the java environment variable 'java.endorsed.dirs' to '<xradar>/lib/endorsed', Maven suppresses this Java environment variable.

The ideal solution would be if the xradar-maven-plugin would support a parameter like that such as the compile and surefire plugins do.