When creating a new Dataflow project using the Eclipse plugin, users receive an error:
Could not resolve archetype com.google.cloud.dataflow:google-cloud-dataflow-java-archetypes-starter:2.1.0 from any of the configured repositories.
Taking a look at Maven Central for com.google.cloud.dataflow, I see 2.1.0 artifacts published for the SDK, but the latest version for google-cloud-dataflow-java-archetypes-* are 2.0.0.
This is preventing new projects to be created using the Eclipse plugin.
Reported via: https://stackoverflow.com/questions/46086563/google-cloud-dataflow-eclipse-project-cannot-be-created
When creating a new Dataflow project using the Eclipse plugin, users receive an error:
Taking a look at Maven Central for
com.google.cloud.dataflow
, I see 2.1.0 artifacts published for the SDK, but the latest version forgoogle-cloud-dataflow-java-archetypes-*
are 2.0.0.This is preventing new projects to be created using the Eclipse plugin.