[
https://issues.apache.org/jira/browse/HBASE-13665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14538538#comment-14538538
]
Nick Dimiduk commented on HBASE-13665:
--------------------------------------
I see some additional {{pom.xml}} differences between the result of applying
this patch and what's on branch-1.0. Which of these do I need to include?
{noformat}
<goals>
<goal>process-asciidoc</goal>
</goals>
+ <phase>site</phase>
<configuration>
+ <imagesDir>./images</imagesDir>
+ <doctype>book</doctype>
<attributes>
<stylesheet>hbase.css</stylesheet>
</attributes>
<backend>html5</backend>
+ <sourceHighlighter>coderay</sourceHighlighter>
+ <outputDirectory>target/site</outputDirectory>
</configuration>
</execution>
{noformat}
{noformat}
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
+ <sourceFilesExclude>**/generated</sourceFilesExclude>
+
<excludePackageNames>org.apache.hadoop.hbase.generated.master</excludePackageNames>
<maxmemory>2048m</maxmemory>
<notimestamp>true</notimestamp>
</configuration>
{noformat}
> Fix docs and site building on branch-1
> --------------------------------------
>
> Key: HBASE-13665
> URL: https://issues.apache.org/jira/browse/HBASE-13665
> Project: HBase
> Issue Type: Task
> Components: documentation, site
> Affects Versions: 1.1.0
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Fix For: 1.1.0, 1.2.0
>
> Attachments: HBASE-13665.00.branch-1.1.patch
>
>
> It was noticed during 1.1.0RC0 that the docs are built with the old docbook
> stuff. This should be fixed so we package the correct bits.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)