From 8603b55d42a4fbdc39d39d66fec75d8d411e31e5 Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Thu, 27 Aug 2020 00:56:47 -0400 Subject: [PATCH] fix(samples): re-add maven exec config for Quickstart sample copied from original implementation in https://github.com/GoogleCloudPlatform/java-docs-samples/pull/1523 --- samples/snippets/pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 99e7956491..7c42ff1fff 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -21,6 +21,9 @@ 1.8 1.8 UTF-8 + + @@ -57,4 +60,30 @@ test + + + + + org.codehaus.mojo + exec-maven-plugin + 3.0.0 + + + + exec + + + + + java + + -classpath + + com.example.firestore.Quickstart + ${firestore.project.id} + + + + +