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} + + + + +