From 929c1f13697f338245571694beb73adbd39a5b78 Mon Sep 17 00:00:00 2001 From: Soumendu Sekhar Acharya Date: Wed, 1 Aug 2018 17:21:15 +0530 Subject: SDN-C support&provide network layer tests Using IP SDNC-252,SDNC-253,SDNC-264,SDNC-266 are added as part of this story Change-Id: Ic65ca32c4786fac1be9269dbc6a2162b433f0630 Issue-ID: SDNC-264 Signed-off-by: Soumendu Sekhar Acharya Former-commit-id: d90280efcad173fd2250b8e2e98cb8f480007657 --- SdncReports/pom.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 SdncReports/pom.xml (limited to 'SdncReports/pom.xml') diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml new file mode 100644 index 00000000..65d209d7 --- /dev/null +++ b/SdncReports/pom.xml @@ -0,0 +1,65 @@ + + 4.0.0 + + + org.onap.ccsdk.parent + SdncReports + 0.0.1-SNAPSHOT + pom + + + org.springframework.boot + spring-boot-starter-parent + 1.5.4.RELEASE + + + + SdncReportsDao + SdncReportsApi + + + + + + + org.jacoco + jacoco-maven-plugin + 0.7.5.201505241946 + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg