From 644483e4dc50ec48ecb0d8cd57867cdd42f530cb Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 12 Sep 2018 15:02:15 +0800 Subject: [PATCH] add CI tests for dart jaguar --- pom.xml | 2 + .../flutter_petstore/openapi/pom.xml | 62 +++++++++++++++++++ .../petstore/dart-jaguar/openapi/pom.xml | 62 +++++++++++++++++++ 3 files changed, 126 insertions(+) create mode 100644 samples/client/petstore/dart-jaguar/flutter_petstore/openapi/pom.xml create mode 100644 samples/client/petstore/dart-jaguar/openapi/pom.xml diff --git a/pom.xml b/pom.xml index 52b9d917058a..98c8dc2d853d 100644 --- a/pom.xml +++ b/pom.xml @@ -1017,6 +1017,8 @@ + samples/client/petstore/dart-jaguar/openapi + samples/client/petstore/dart-jaguar/flutter_petstore/openapi samples/client/petstore/dart2/petstore samples/client/petstore/haskell-http-client samples/client/petstore/elm-0.18 diff --git a/samples/client/petstore/dart-jaguar/flutter_petstore/openapi/pom.xml b/samples/client/petstore/dart-jaguar/flutter_petstore/openapi/pom.xml new file mode 100644 index 000000000000..044ee71a6787 --- /dev/null +++ b/samples/client/petstore/dart-jaguar/flutter_petstore/openapi/pom.xml @@ -0,0 +1,62 @@ + + 4.0.0 + org.openapitools + DartJaguarFlutterTests + pom + 1.0.0-SNAPSHOT + DartJaguarFlutterClient + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + pub-get + pre-integration-test + + exec + + + pub + + get + + + + + pub-test + integration-test + + exec + + + pub + + run + build_runner + build + --delete-conflicting-outputs + + + + + + + + diff --git a/samples/client/petstore/dart-jaguar/openapi/pom.xml b/samples/client/petstore/dart-jaguar/openapi/pom.xml new file mode 100644 index 000000000000..368877a5f1d8 --- /dev/null +++ b/samples/client/petstore/dart-jaguar/openapi/pom.xml @@ -0,0 +1,62 @@ + + 4.0.0 + org.openapitools + DartJaguarPetstoreClientTests + pom + 1.0.0-SNAPSHOT + Dart Jaguar Petstore Client + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + pub-get + pre-integration-test + + exec + + + pub + + get + + + + + pub-test + integration-test + + exec + + + pub + + run + build_runner + build + --delete-conflicting-outputs + + + + + + + +