diff --git a/samples/openapi3/client/petstore/typescript/builds/object_params/pom.xml b/samples/openapi3/client/petstore/typescript/builds/object_params/pom.xml new file mode 100644 index 00000000000..7eac981b3f4 --- /dev/null +++ b/samples/openapi3/client/petstore/typescript/builds/object_params/pom.xml @@ -0,0 +1,60 @@ + + 4.0.0 + org.openapitools + TypeScriptBuildObjectParamsPetstoreClientSample + pom + 1.0-SNAPSHOT + TS Default Petstore Client + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + npm-install + pre-integration-test + + exec + + + npm + + install + + + + + npm-build + pre-integration-test + + exec + + + npm + + run + build + + + + + + + +