> maven-xdoc-plugin is *supposed* to allow overriding the default stylesheet > via the property "maven.xdoc.jsl" (not that they can be bothered to > document it)
and actually i did find a doc for Maven 1.1 for this http://maven.apache.org/maven-1.x/plugins/xdoc/properties.html and it says "The JSL stylesheet used to convert xdocs to HTML. To override, specify as a file: URL.". so I followed its instructions and set it to file:${basedir}/xdocs/site.jsl and what do I get ? >> Unable to obtain goal [site] >> Unions are only allowed over node-sets Huh ? Just stick to Maven 1.0.2 for site generation ;-) -- Andy (Java Persistent Objects - http://www.jpox.org)
