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 325 forks source link

Undefined parameter in pom.xml for StarterPipeline 2.4 Dataflow archetype #633

Closed chanseokoh closed 6 years ago

chanseokoh commented 6 years ago

https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/3043

<maven-exec-plugin.version>@maven-exec-plugin.version@</maven-exec-plugin.version>

Should be exec-maven-plugin (or exec-maven-plugin in other places should be maven-exec-plugin). Let me create a PR.