You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2016/05/03 03:53:12 UTC

[jira] [Created] (HBASE-15753) Site does not build with the instructions in the book

Enis Soztutar created HBASE-15753:
-------------------------------------

             Summary: 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
            Reporter: Enis Soztutar


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.3.4#6332)