GitHub user mcfongtw opened a pull request:
https://github.com/apache/flink/pull/4848
[FLINK-7839] [doc] Add a note on possible maven failure for creating
quickstart project
## What is the purpose of the change
This only applies before project release; {%site.is_stable == false %}.
Add an warning note on recent Maven change (3.0+) for -DarchetypeCatalog
while creating quickstart project.
## Verifying this change
Only doc change
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcfongtw/flink FLINK-7839
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4848.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4848
----
commit 499724706ac72ea2d5e4e2c1fa5655385b91a3c6
Author: Michael Fong <[email protected]>
Date: 2017-10-17T15:32:18Z
[FLINK-7839] [doc] Add a note on possible maven failure for creating
quickstart project.
This only applies before project release; {%site.is_stable == false %}.
Add an warning note on recent Maven change (3.0+) for -DarchetypeCatalog
while creating quickstart project.
----
---