Sean Busbey created HBASE-20077:
-----------------------------------

             Summary: 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
            Reporter: Sean Busbey


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)

Reply via email to