|
That is because, an empty POM DOES work. Which is scary. Really scary. The following result was rendered using attached POM 1: <a name="section_1"></a><div class="section"><h2>section 1</h2> And this using the attached POM 2: <a name="section 1"></a><div class="section"><h2>section 1</h2> The difference is the configured extension. You can get that from http://velocity.apache.org/site/tools/velocity-site-doxia-renderer/index.html Ah, I forgot to mention, that I've added the DTD reference for XDOC to the source file and it is valid. It seems that maven dependency resolution fooled me. = Also fixed in unreleased 1.0-alpha-9, however that version is missing from JIRA. Just for fun I add another test case to prove you that all is already fixed in the trunk |
|||||||||||||||||||||||||||||||||||||||||
There has been an ongoing discussion about this on the Maven users list. See

http://mail-archives.apache.org/mod_mbox/maven-users/200701.mbox/%3c8236846.post@talk.nabble.com%3e
and
http://mail-archives.apache.org/mod_mbox/maven-users/200701.mbox/%3c8268299.post@talk.nabble.com%3e
In short - I have not been able to reproduce this using doxia HEAD, or any other version for that matter.