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 --- aaf/pom.xml | 105 ++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 64 insertions(+), 41 deletions(-) (limited to 'aaf') diff --git a/aaf/pom.xml b/aaf/pom.xml index 4545082..0a96679 100644 --- a/aaf/pom.xml +++ b/aaf/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} @@ -124,7 +131,8 @@ org.apache.maven.plugins maven-javadoc-plugin - + 2.10.4 + false @@ -152,17 +160,7 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrhdme - https://oss.sonatype.org/ - true - - + @@ -203,6 +201,58 @@ 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 + + + + @@ -221,32 +271,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