Hi, all, While trying out the examples from here <https://ci.apache.org/projects/flink/flink-docs-release-1.4/quickstart/java_api_quickstart.html> and create maven project w/ Maven Archetype Plugin. I've got a error complaining about
[image: Inline image 1] This seems has something to do with Maven Archetype Plugin is not possible anymore to specify the repository via the commandline since v3.0. Instead, dev could choose to specify repository information in settings.xml, as official doc suggested <http://maven.apache.org/archetype/maven-archetype-plugin/archetype-repository.html> I am just wondering if such information is noted somewhere in the document? Thanks in advance! Regards, Michael