diff --git a/samples/client/petstore/python/SwaggerPetstore-python/pom.xml b/samples/client/petstore/python/SwaggerPetstore-python/pom.xml new file mode 100644 index 0000000000..c06d3a1cdf --- /dev/null +++ b/samples/client/petstore/python/SwaggerPetstore-python/pom.xml @@ -0,0 +1,72 @@ + + 4.0.0 + com.wordnik + PythonPetstoreClientTests + pom + 1.0-SNAPSHOT + Python Swagger Petstore Client + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + nose-install + pre-integration-test + + exec + + + pip + + install + nose + --user + + + + + nose-test + integration-test + + exec + + + nosetests + + -v + + + + + + + + + + + + + + + + + + +