GoogleCloudPlatform / DataflowJavaSDK

Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
http://cloud.google.com/dataflow
855 stars 324 forks source link

Eclipse plugin fails to initialize due to missing archetype artifact #604

Closed swegner closed 7 years ago

swegner commented 7 years ago

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:

Could not resolve archetype com.google.cloud.dataflow:google-cloud-dataflow-java-archety‌​pes-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.

lukecwik commented 7 years ago

2.1.0 archetypes are now released, see http://central.maven.org/maven2/com/google/cloud/dataflow/