Matthias Pohl created FLINK-33383:
-------------------------------------
Summary: flink-quickstart-scala is not supported anymore since 1.17
Key: FLINK-33383
URL: https://issues.apache.org/jira/browse/FLINK-33383
Project: Flink
Issue Type: Bug
Components: Project Website
Affects Versions: 1.17.1, 1.18.0, 1.19.0
Reporter: Matthias Pohl
The quickstart scripts for scala are not supported anymore since Flink 1.17.
We might want to remove the scripts. Their execution would fail due to missing
Maven artifacts for 1.17+:
{code:bash}
[WARNING] The POM for org.apache.flink:flink-quickstart-scala:jar:1.17.0 is
missing, no dependency information available
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-quickstart-scala/1.17.0/flink-quickstart-scala-1.17.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.050 s
[INFO] Finished at: 2023-10-27T14:13:33+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate (default-cli) on
project standalone-pom: The desired archetype does not exist
(org.apache.flink:flink-quickstart-scala:1.17.0) -> [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.20.10#820010)