I am trying to use a custom site.jsl for my project. If I try to use the following
property to set it for my project:
maven.xdoc.jsl=${basedir}/xdocs/site.jsl
I get the following error during site generation:
BUILD FAILED
File...... file:/E:/maven/maven-1.0-rc2/plugins/maven-xdoc-plugin-1.5-SNAPSHOT/
Element... j:include
Line...... 330
Column.... 54
null:-1:-1: <null> Could not parse Jelly script
However, if I replace the site.jsl in the xdoc plugin resources directory, it works
fine.
Rajeev Kaul