[
https://issues.apache.org/jira/browse/HBASE-15753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219460#comment-16219460
]
Misty Stanley-Jones commented on HBASE-15753:
---------------------------------------------
Yeah, you still have to do
{code:java}
mvn install
{code}
before you can build the docs for the first time. I thought we fixed this.
Anyway after I do
{code:java}
mvn install
{code}
I am able to build the docs with just
{code:java}
mvn site -DskipTests
{code}
and no errors.
> Site does not build with the instructions in the book
> -----------------------------------------------------
>
> Key: HBASE-15753
> URL: https://issues.apache.org/jira/browse/HBASE-15753
> Project: HBase
> Issue Type: Bug
> Components: community, documentation, website
> Reporter: Enis Soztutar
> Assignee: Misty Stanley-Jones
>
> Originally reported by [~clarax98007] in HBASE-15337.
> Instructions in the book say to run:
> {code}
> mvn site -DskipTests
> {code}
> But it fails with javadoc related errors.
> Seems that we are using this in the jenkins job that [~misty] had setup
> (https://builds.apache.org/job/hbase_generate_website/):
> {code}mvn site -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true
> -Dfindbugs.skip=true {code}
> We should either fix the javadoc, or update the instructions.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)