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

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

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

jackylau updated FLINK-19848:
-----------------------------
    Description: 
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}}

  was:
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}}

{{}}


> 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
>            Priority: Major
>             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)