[ https://issues.apache.org/jira/browse/FLINK-15562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020958#comment-17020958 ]
Gary Yao commented on FLINK-15562: ---------------------------------- [~zjffdu] [~karmagyz] I don't think locking the version to 2.4 is a sustainable solution. Eventually, 2.4 might stop working entirely. Moreover, there were security reasons (which we don't understand properly) to drop support for specifying a repository on the command line. Lastly, the problem only exists for SNAPSHOT versions. I would be ok with changing the commands so that we first generate a (temporary) settings.xml file, which is passed to {{mvn--settings}}. {noformat} -s,--settings <arg> Alternate path for the user settings file {noformat} > Unable to create walk through project > ------------------------------------- > > Key: FLINK-15562 > URL: https://issues.apache.org/jira/browse/FLINK-15562 > Project: Flink > Issue Type: Bug > Components: Documentation > Affects Versions: 1.10.0 > Reporter: Jeff Zhang > Priority: Major > > I try to follow the instruction here to create flink walk though project, but > hit the following errors. > [https://ci.apache.org/projects/flink/flink-docs-master/getting-started/walkthroughs/table_api.html] > {code:java} > ERROR] Failed to execute goal > org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate (default-cli) > on project standalone-pom: archetypeCatalog > 'https://repository.apache.org/content/repositories/snapshots/' is not > supported anymore. Please read the plugin documentation for details. -> [Help > 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please > read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)