YngwieWang commented on a change in pull request #9350: [FLINK-13485]
[chinese-translation] Translate "Table API Example Walkthrough" page into
Chinese
URL: https://github.com/apache/flink/pull/9350#discussion_r310365730
##########
File path: docs/getting-started/walkthroughs/table_api.zh.md
##########
@@ -87,13 +91,13 @@ $ 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's
official document</a>
+ <b>注意</b>: 对于Maven 3.0或者更高的版本, 已经不再需要在命令行指定仓库了(-DarchetypeCatalog)。
如果你希望使用快照(snapshot)仓库,你需要在你的setting.xml文件中加入仓库入口。如果想更进一步了解,请访问 <a
href="http://maven.apache.org/archetype/maven-archetype-plugin/archetype-repository.html">Maven官方文档</a>
Review comment:
```suggestion
<b>注意</b>:对于Maven 3.0 或更高版本, 已经不再需要在命令行指定仓库(-DarchetypeCatalog)了。
如果希望使用快照(snapshot)仓库,需要在你的 setting.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