From 4c11314a7b35bfc8b004da305426a32771a2f0eb Mon Sep 17 00:00:00 2001 From: Tino Fuhrmann Date: Sun, 28 Oct 2018 10:51:23 +0100 Subject: [PATCH] Added pom.xml files to TypeScript PetStore client samples --- .../typescript/builds/default/pom.xml | 26 +++++++++++++++++++ .../petstore/typescript/tests/default/pom.xml | 4 +-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 samples/client/petstore/typescript/builds/default/pom.xml diff --git a/samples/client/petstore/typescript/builds/default/pom.xml b/samples/client/petstore/typescript/builds/default/pom.xml new file mode 100644 index 00000000000..e00676472b4 --- /dev/null +++ b/samples/client/petstore/typescript/builds/default/pom.xml @@ -0,0 +1,26 @@ + + 4.0.0 + org.openapitools + TypeScriptBuildPestoreClientSample + pom + 1.0-SNAPSHOT + TS Default Petstore Client + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + + diff --git a/samples/client/petstore/typescript/tests/default/pom.xml b/samples/client/petstore/typescript/tests/default/pom.xml index d9f5844d4fc..d352f8131e1 100644 --- a/samples/client/petstore/typescript/tests/default/pom.xml +++ b/samples/client/petstore/typescript/tests/default/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - com.wordnik - TypeScriptClientTest + org.openapitools + TypeScriptPestoreClientTests pom 1.0-SNAPSHOT TS Petstore Test Client