[ https://issues.apache.org/jira/browse/FLINK-9483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16499749#comment-16499749 ]
ASF GitHub Bot commented on FLINK-9483: --------------------------------------- Github user Aitozi commented on a diff in the pull request: https://github.com/apache/flink/pull/6109#discussion_r192628465 --- Diff: docs/start/building.md --- @@ -50,7 +50,11 @@ mvn clean install -DskipTests This instructs [Maven](http://maven.apache.org) (`mvn`) to first remove all existing builds (`clean`) and then create a new Flink binary (`install`). -To speed up the build you can skip tests, checkstyle, and JavaDocs: `mvn clean install -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true`. +To speed up the build you can skip tests, checkstyle, and JavaDocs: + +{% highlight bash %} +mvn clean install -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true --- End diff -- A little question, what is the meaning of the `-Dfast` ? > "Building Flink" doc doesn't highlight quick build command > ---------------------------------------------------------- > > Key: FLINK-9483 > URL: https://issues.apache.org/jira/browse/FLINK-9483 > Project: Flink > Issue Type: Improvement > Components: Documentation > Affects Versions: 1.6.0 > Environment: see difference between red and blue parts > Reporter: Bowen Li > Assignee: Bowen Li > Priority: Minor > Fix For: 1.6.0 > > Attachments: Screen Shot 2018-05-31 at 4.12.32 PM.png > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)