You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "jackylau (Jira)" <ji...@apache.org> on 2020/10/28 08:10:00 UTC

[jira] [Created] (FLINK-19848) flink docs of Building Flink from Source bug

jackylau created FLINK-19848:
--------------------------------

             Summary: flink docs of Building Flink from Source bug
                 Key: FLINK-19848
                 URL: https://issues.apache.org/jira/browse/FLINK-19848
             Project: Flink
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.11.0
            Reporter: jackylau
             Fix For: 1.12.0


To speed up the build you can skip tests, QA plugins, and JavaDocs:

 

{{mvn clean install -DskipTests -Dfast}}

 

{{mvn clean install -DskipTests -Dscala-2.12}}

{{fast and }}{{scala-2.12}}{{ is profile, not properties}}

{{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)