From 7f4aa6f1fcaeaf8cb2bd4e8c514bada4808eb390 Mon Sep 17 00:00:00 2001 From: Guo Huang Date: Fri, 15 Apr 2016 10:53:23 -0700 Subject: [PATCH] issue#2611: added pom.xml for building Go --- samples/client/petstore/go/pom.xml | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 samples/client/petstore/go/pom.xml diff --git a/samples/client/petstore/go/pom.xml b/samples/client/petstore/go/pom.xml new file mode 100644 index 00000000000..36203920e61 --- /dev/null +++ b/samples/client/petstore/go/pom.xml @@ -0,0 +1,35 @@ + + 4.0.0 + com.wordnik + GoPetstoreClientTests + pom + 1.0-SNAPSHOT + Go Swagger Petstore Client + + compile + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + build-go + compile + + run + + + true + + + + + + + + + + + + \ No newline at end of file