Hi,
I switched Hibernate Search to maven the other day and as part of this
migration the docbook documnetation is
now built with maven-jdocbook-plugin and hibernate-jdocbook-style.
Prior to this Hibernate Search was using ant and some checked in docbook
styles to build the documentation.
The resulting pdf was just fine. After switching to the maven plugin I
noticed that tables which span more
than one page are totally screwed up (content missing, overlapping text,
...). First I thought the problem
is on the Hibernate Search side, but when I then looked at the latest
Hibernate Core pdf I noticed that it
has the same problems (eg "Table 3.4. Hibernate JDBC and Connection
Properties" in the latest pdf downloaded
from
hibernate.org).
Given that the pdf was ok prior to the switch to maven-jdocbook-plugin I
am assuming that there are some
problems with the styles.
Do we have a Jira for these maven plugins?
--Hardy