wuchong commented on a change in pull request #9749: [FLINK-14115][docs-zh]
Translate DataStream Code Walkthrough to Chinese
URL: https://github.com/apache/flink/pull/9749#discussion_r340056565
##########
File path: docs/getting-started/walkthroughs/datastream_api.zh.md
##########
@@ -95,14 +95,14 @@ $ mvn archetype:generate \
{% unless site.is_stable %}
<p style="border-radius: 5px; padding: 5px" class="bg-danger">
- <b>Note</b>: For Maven 3.0 or higher, it is no longer possible to specify
the repository (-DarchetypeCatalog) via the commandline. If you wish to use the
snapshot repository, you need to add a repository entry to your settings.xml.
For details about this change, please refer to <a
href="http://maven.apache.org/archetype/maven-archetype-plugin/archetype-repository.html">Maven
official document</a>
+ <b>说明</b>: 对于 Maven 3.0 或者更高的版本,已经不再支持通过命令行参数 -DarchetypeCatalog 来指定
repository。如果你使用的是 snapshot repository,你需要添加一个 repository 地址在你的 settings.xml
配置文件中。具体细节参考:<a
href="http://maven.apache.org/archetype/maven-archetype-plugin/archetype-repository.html">Maven
official document</a>
Review comment:
```suggestion
<b>说明</b>: 对于 Maven 3.0 或者更高的版本,已经不再支持通过命令行参数 -DarchetypeCatalog 来指定
repository。如果你使用的是 snapshot repository,你需要添加一个 repository 地址在你的 settings.xml
配置文件中。具体细节参考:<a
href="http://maven.apache.org/archetype/maven-archetype-plugin/archetype-repository.html">Maven
官方文档</a>
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services