From faabc5c70fd285d3698d45516841f99459a89bea Mon Sep 17 00:00:00 2001 From: Huabing Zhao Date: Thu, 11 Jul 2019 13:05:07 +0800 Subject: Fix API Gateway stage job Issue-ID: MSB-338 Change-Id: I42c9787779a617da37fa7c1c7ca4d643eca791a5 Signed-off-by: Huabing Zhao --- apiroute/apiroute-service/pom.xml | 190 -------------------------------------- 1 file changed, 190 deletions(-) (limited to 'apiroute/apiroute-service/pom.xml') diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index c0346a3..290bd27 100644 --- a/apiroute/apiroute-service/pom.xml +++ b/apiroute/apiroute-service/pom.xml @@ -177,196 +177,6 @@ - - - - org.codehaus.mojo - properties-maven-plugin - 1.0.0 - - - initialize - - read-project-properties - - - - ${basedir}/src/main/resources/swagger.properties - - - - - - - com.github.kongchen - swagger-maven-plugin - 3.1.4 - - - - ${api-rest-package} - - http - https - - ${api-host-ip}:${api-host-port} - ${api-base-path} - - ${api-title} - ${api-version} - ${api-description} - - ${api-license} - - - ${basedir}/src/main/resources - - - - - - compile - - generate - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.3.1 - - - install-file-id - install - - install-file - - - ${basedir}/src/main/resources/swagger.json - ${project.groupId} - ${project.artifactId}-swagger-schema - ${project.version} - json - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - initialize - ant-create-script - - true - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - - - io.swagger - swagger-codegen-maven-plugin - 2.2.1 - - - - generate - - - ${basedir}/src/main/resources/swagger.json - ${project.build.directory}/generated-sources - java - - joda - - jersey2 - ${project.groupId} - ${project.artifactId} - ${project.version} - ${project.groupId}.${project.artifactId}.client.model - ${project.groupId}.${project.artifactId}.client.api - ${project.groupId}.${project.artifactId}.client.invoker - - - - - - exec-maven-plugin - org.codehaus.mojo - 1.5.0 - - - swagger-generate-sources - generate-sources - - exec - - - ${project.build.directory}${file.separator}${swagger.sdk.script.file} - - - - org.apache.maven.plugins maven-clean-plugin -- cgit 1.2.3-korg