From 4c2329bf89ffab4bd3060e16e1cf231b7caf4653 Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Thu, 27 Aug 2020 13:12:41 -0400 Subject: [PATCH] fix(samples): re-add maven exec config for Quickstart sample (#347) 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 99e795649..7c42ff1ff 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} + + + + +