diff --git a/samples/client/petstore/ruby/pom.xml b/samples/client/petstore/ruby/pom.xml new file mode 100644 index 00000000000..1d613f0a9c5 --- /dev/null +++ b/samples/client/petstore/ruby/pom.xml @@ -0,0 +1,60 @@ + + 4.0.0 + com.wordnik + RubyPetstoreClientTests + pom + 1.0-SNAPSHOT + Ruby Swagger Petstore Client + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + bundle-install + pre-integration-test + + exec + + + bundle + + install + + + + + bundle-test + integration-test + + exec + + + bundle + + exec + rspec + + + + + + + +