[ http://jira.codehaus.org/browse/DOXIASITETOOLS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=136857#action_136857 ]
Lukas Theussl commented on DOXIASITETOOLS-10: --------------------------------------------- Max, I just found out that this works for me: {code:xml} <build> <plugins> <plugin> <artifactId>maven-site-plugin</artifactId> <version>2.0-beta-6</version> <dependencies> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-docbook-simple</artifactId> <version>1.0-alpha-10</version> </dependency> </dependencies> </plugin> </plugins> </build> {code} Can you confirm? > Adds test for docbook module > ---------------------------- > > Key: DOXIASITETOOLS-10 > URL: http://jira.codehaus.org/browse/DOXIASITETOOLS-10 > Project: Maven Doxia Sitetools > Issue Type: Test > Components: Site renderer > Reporter: Max Berger > Assignee: Lukas Theussl > Fix For: 1.0-beta-1 > > Attachments: docbookTest.patch > > > This patch adds an assertion to check if a docbook page could be rendered. > Background: Maven 2.0.9 fails to render docbook pages on OS X, and I tried > reproducing this with this testcase. Unfortunately I was unable to reprocude > the error: doxia-site-tools always generates the page as it should -> Looks > like I'll have to wait for maven to use the newer doxia version. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira