You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2018/04/10 14:28:00 UTC

[jira] [Reopened] (HBASE-20077) add a project health check that ensures the ref guide can be built

     [ https://issues.apache.org/jira/browse/HBASE-20077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey reopened HBASE-20077:
---------------------------------

> add a project health check that ensures the ref guide can be built
> ------------------------------------------------------------------
>
>                 Key: HBASE-20077
>                 URL: https://issues.apache.org/jira/browse/HBASE-20077
>             Project: HBase
>          Issue Type: New Feature
>          Components: documentation, test
>            Reporter: Sean Busbey
>            Priority: Minor
>              Labels: beginner
>
> unless someone can think of particulars to check, this command will assemble the book without doing most of the rest of the project:
> {code}
> mvn -pl . clean site --batch-mode -Dmaven.javadoc.skip=true -DskipTests
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Detecting the operating system and CPU architecture
> [INFO] ------------------------------------------------------------------------
> [INFO] os.detected.name: osx
> [INFO] os.detected.arch: x86_64
> [INFO] os.detected.version: 10.11
> [INFO] os.detected.version.major: 10
> [INFO] os.detected.version.minor: 11
> [INFO] os.detected.classifier: osx-x86_64
> [INFO] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache HBase 3.0.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> ...
> [INFO] Executed tasks
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 02:42 min
> [INFO] Finished at: 2018-02-24T14:27:56-06:00
> [INFO] Final Memory: 132M/1015M
> [INFO] ------------------------------------------------------------------------
> {code}
> It's only good for specifically testing the ref guide, since it skips so much (i.e. project compilation and javadocs)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)