From c651aacfe3149adf390f4cd4c565f19fb77643ff Mon Sep 17 00:00:00 2001 From: wing328 Date: Wed, 15 Mar 2017 17:15:54 +0800 Subject: [PATCH] add ci for ts jquery petstore (#5070) --- pom.xml | 1 + .../petstore/typescript-jquery/npm/pom.xml | 46 +++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 samples/client/petstore/typescript-jquery/npm/pom.xml diff --git a/pom.xml b/pom.xml index 17963d59936d..cefd5708b0ee 100644 --- a/pom.xml +++ b/pom.xml @@ -779,6 +779,7 @@ samples/client/petstore/typescript-fetch/tests/default samples/client/petstore/typescript-angular samples/client/petstore/typescript-node/npm + samples/client/petstore/typescript-jquery/npm diff --git a/samples/client/petstore/typescript-jquery/npm/pom.xml b/samples/client/petstore/typescript-jquery/npm/pom.xml new file mode 100644 index 000000000000..5e9f6989d264 --- /dev/null +++ b/samples/client/petstore/typescript-jquery/npm/pom.xml @@ -0,0 +1,46 @@ + + 4.0.0 + io.swagger + TSJQueryNPMPestoreClientTests + pom + 1.0-SNAPSHOT + TS jQuery npm 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 + + + + + + + +