From 3d214738cb270d8c4f0919ec26063dc1f123ca9e Mon Sep 17 00:00:00 2001 From: sg481n Date: Sat, 23 Sep 2017 03:02:43 +0000 Subject: Update License & modify properties in aaf/cadi Updated license file & sitepath modified and O-parent latest added to parent pom of aaf/cadi,Javadocs plugin version added & duplicate staging plugin removed. Issue-id: AAF-59 Change-Id: Ia52c18b6c42445e3b858476dcb0b029c681c121e Signed-off-by: sg481n --- cass/pom.xml | 92 ++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 62 insertions(+), 30 deletions(-) (limited to 'cass') diff --git a/cass/pom.xml b/cass/pom.xml index 9af30fa..6e07ded 100644 --- a/cass/pom.xml +++ b/cass/pom.xml @@ -37,11 +37,18 @@ UTF-8 1.0.0-SNAPSHOT + java + jacoco + ${project.build.directory}/surefire-reports + ${project.build.directory}/coverage-reports/jacoco.exec + ${project.build.directory}/coverage-reports/jacoco-it.exec + true + ${project.version} https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/cadi/${project.artifactId}/${project.version} @@ -77,7 +84,8 @@ org.apache.maven.plugins maven-javadoc-plugin - + 2.10.4 + false @@ -115,6 +123,57 @@ ecomp-staging + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + true + + org.onap.aaf.* + + + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco-it.exec + + + + + + merge + + post-integration-test + + + + ${project.build.directory}/coverage-reports + + *.exec + + + + ${project.build.directory}/jacoco-dev.exec + + + + @@ -133,32 +192,5 @@ dav:${nexusproxy}${sitePath} - - - onap-plugin-snapshots - https://nexus.onap.org/content/repositories/snapshots/ - - - - - - central - Maven 2 repository 2 - http://repo2.maven.org/maven2/ - - - onap-jar-snapshots - https://nexus.onap.org/content/repositories/snapshots - - - spring-repo - Spring repo - https://artifacts.alfresco.com/nexus/content/repositories/public/ - - - repository.jboss.org-public - JBoss.org Maven repository - https://repository.jboss.org/nexus/content/groups/public - - + -- cgit 1.2.3-korg