From 672f3d40be83d9e380fd7be4b674d5e8d5fa36de Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Tue, 25 Jul 2017 15:18:33 +0800 Subject: Divide the MSB source codes into two repos Change-Id: Ie76d545b214a8ce5191f215350a623e1529983d9 Issue-id: MSB-5 Signed-off-by: HuabingZhao --- pom.xml | 196 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 170 insertions(+), 26 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f5defc1..8cb38b0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,44 +1,188 @@ + 4.0.0 + + org.onap.msb.apigateway + msb-apigateway-parent + 0.0.1-SNAPSHOT + pom + onap/msb/msb-apigateway-parent + + + UTF-8 + UTF-8 + + + 1.11.2.2 + 1.11.9.1001 + + 3.2.6 + 3.2.100 + + windows_386 + windows_amd64 + linux_amd64 + + target/assembly/${classifier.linux64}/ + target/assembly/${classifier.win32}/ + target/assembly/${classifier.win64}/ + + src/main/docker + src/main/blueprint + target/version + + + + + apiroute + openresty-ext + redis-ext + distributions + + + + + + + + + + + false + src/main/resources + + **/* + + + + true + src/main/filters + + **/* + + + + + + + + + maven-antrun-plugin + 1.8 + + + + maven-clean-plugin + 2.6.1 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + + - 4.0.0 + + maven-resources-plugin + 2.7 + - - org.openo.common-services.microservice-bus - msbparent - 1.1.0-SNAPSHOT - msb-parent/msbparent - + + org.codehaus.mojo + build-helper-maven-plugin + 1.9.1 + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven.surefire.version} + + 3 + true + -Xmx1024m -XX:MaxPermSize=256m + + + + + + + - msb-core-root - 1.1.0-SNAPSHOT - common-services-microservice-bus - pom + - - msb-parent - msb-core - - -- cgit 1.2.3-korg