I am getting the following error when the plugin is attempting to read my olink target database:
Failure reading jar:file:/path/to/maven/repo/net/sf/docbook/docbook-xsl/1.76.1/docbook-xsl-1.76.1-ns-resources.zip!/full/path/to/target/database: JAR entry full/path/to/target/database not found in /path/to/maven/repo/net/sf/docbook/docbook-xsl/1.76.1/docbook-xsl-1.76.1-ns-resources.zip
I've never noticed this before and I don't know why the plugin is trying to read the target database document from the stylesheet archive when I have specified it as a full path:
<targetDatabaseDocument>/full/path/to/target/database</targetDatabaseDocument>
Nat