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