From b35d55e3f57630551f0b773674bd1f5c44585ede Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 9 Aug 2018 20:47:29 +0000 Subject: Controller Blueprints MS Creating the base directory structure for Controller Blueprints MicroService Change-Id: I1ccf7fc76446048af3b2822f9155bb634657aee3 Issue-ID: CCSDK-410 Signed-off-by: Singal, Kapil (ks220y) --- ms/controllerblueprints/application/pom.xml | 242 ++++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 ms/controllerblueprints/application/pom.xml (limited to 'ms/controllerblueprints/application/pom.xml') diff --git a/ms/controllerblueprints/application/pom.xml b/ms/controllerblueprints/application/pom.xml new file mode 100644 index 000000000..cab45e26b --- /dev/null +++ b/ms/controllerblueprints/application/pom.xml @@ -0,0 +1,242 @@ + + + + + 4.0.0 + + org.onap.ccsdk.apps + controllerblueprints-parent + 0.3.0-SNAPSHOT + ../parent + + controllerblueprints-application + Controller Blueprints Application + + ${basedir}/src/main/resources/swagger-ui/dist + 1.8 + xxxxxxxxx:5100 + distribution + local + org.onap.ccsdk.apps + org.onap.ccsdk.apps + 200.0.49 + controllerblueprints + + + jacoco + reuseReports + ${basedir}/target/surefire-reports + ${basedir}/target/failsafe-reports + ${basedir}/target/jacoco_report + ${basedir}/target/jacoco_itReport + ${basedir}/target/jacoco-ut.exec + ${basedir}/target/jacoco-it.exec + java + 2.0.7 + + + + + + + + org.onap.ccsdk.apps + controllerblueprints-service + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-devtools + true + + + com.h2database + h2 + runtime + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + ${basedir}/etc + ${basedir}/target/etc + true + + **/* + + + + + ${basedir}/src/main/resources + ${basedir}/target/src/main/resources + true + + **/* + + + + src/main/resources + + **/* + + true + + + src/main/docker + ${basedir}/target + + **/* + + true + + + + + org.jacoco + jacoco-maven-plugin + 0.7.5.201505241946 + + + + pre-unit-test + + prepare-agent + + + + ${sonar.jacoco.reportPath} + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${sonar.jacoco.reportPath} + + ${jacoco.path} + + + + + + com.github.kongchen + swagger-maven-plugin + 3.1.7 + + + + + + http + https + + + org.onap.ccsdk.apps.controllerblueprints + + /api/controller-blueprints/v1 + + Controller Blueprint Service + ${project.version} + + ${swagger.directory} + + + + + + + package + + generate + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + ant-test + package + + + + + + + run + + + + + + + maven-assembly-plugin + 3.0.0 + + + target + + src/assembly/distribution.xml + + posix + + + + ${assembly.id} + package + + single + + + + + + maven-compiler-plugin + 3.1 + + + 1.8 + 1.8 + + + + + + -- cgit 1.2.3-korg