Repository: karaf-decanter Updated Branches: refs/heads/master 0b9712b50 -> 2d9c05560
Fix maven-asciidoc-plugin configuration Project: http://git-wip-us.apache.org/repos/asf/karaf-decanter/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-decanter/commit/2d9c0556 Tree: http://git-wip-us.apache.org/repos/asf/karaf-decanter/tree/2d9c0556 Diff: http://git-wip-us.apache.org/repos/asf/karaf-decanter/diff/2d9c0556 Branch: refs/heads/master Commit: 2d9c055600d77d7d29e7bcb56c0a0c8730e44992 Parents: 0b9712b Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jan 4 11:54:40 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jan 4 11:54:40 2016 +0100 ---------------------------------------------------------------------- manual/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/2d9c0556/manual/pom.xml ---------------------------------------------------------------------- diff --git a/manual/pom.xml b/manual/pom.xml index d2ff04e..f611198 100644 --- a/manual/pom.xml +++ b/manual/pom.xml @@ -49,10 +49,10 @@ <configuration> <sourceHighlighter>coderay</sourceHighlighter> <backend>html5</backend> + <doctype>book</doctype> <attributes> <toc/> <linkcss>false</linkcss> - <doctype>book</doctype> </attributes> </configuration> </execution>
