From bcf88dca55b8201dd5a47b54f08afe8d4166f569 Mon Sep 17 00:00:00 2001 From: Sripad Date: Tue, 13 Feb 2018 16:53:35 +0000 Subject: Update documentation file & sonar plugin Issue-ID: DMAAP-109 Change-Id: Ifb68600de75622791eba4fb3e9b472b39850afec Signed-off-by: Sai Gandham --- pom.xml | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 88 insertions(+), 24 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d655282a..edb9754f 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,14 @@ UTF-8 1.8 1.8 + java + false + 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/ @@ -67,17 +75,94 @@ ecomp-staging + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + surefireArgLine + + + + + + post-unit-test + test + + report + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + failsafeArgLine + + + + + + post-integration-test + post-integration-test + + report + + + ${project.build.directory}/code-coverage/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-it + + + + ecomp-releases - AAF Release Repository + DR Release Repository ${nexusproxy}${releaseNexusPath} ecomp-snapshots - AAF Snapshot Repository + DR Snapshot Repository ${nexusproxy}${snapshotNexusPath} @@ -91,26 +176,5 @@ 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