From 0134723afaba4d367f3f752b17ee0fef0ca038e9 Mon Sep 17 00:00:00 2001 From: wing328 Date: Fri, 20 May 2016 18:36:36 +0800 Subject: [PATCH] add back pom.xml for go petstore --- samples/client/petstore/go/pom.xml | 75 ++++++++++++++++++++++++++++++ 1 file changed, 75 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..7ecbbc7e198 --- /dev/null +++ b/samples/client/petstore/go/pom.xml @@ -0,0 +1,75 @@ + + 4.0.0 + com.wordnik + Goswagger + pom + 1.0.0 + Goswagger + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + go-get-testify + pre-integration-test + + exec + + + go + + get + github.com/stretchr/testify/assert + + + + + go-get-resty + pre-integration-test + + exec + + + go + + get + github.com/go-resty/resty + + + + + go-test + integration-test + + exec + + + go + + test + -v + + + + + + + +