From 19c5178314d8e6987a034b69894aaf5643690107 Mon Sep 17 00:00:00 2001 From: ATT default cloud user Date: Fri, 1 Sep 2017 22:03:23 +0000 Subject: [PATCH] DMAAP-84 adding SONAR and cleanup Change-Id: I9dbcc1c60b5e0b287d8486bdb09accb0ec697cd5 Signed-off-by: ATT default cloud user --- LICENSE.txt | 2 +- pom.xml | 104 +++++++++--------------------------------------------------- 2 files changed, 16 insertions(+), 90 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 9df2b59..b6c623b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ /* * ============LICENSE_START========================================== - * org.onap.dcae + * org.onap.dmaap * =================================================================== * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * =================================================================== diff --git a/pom.xml b/pom.xml index a846061..6f6f00a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,95 +5,15 @@ buscontroller ${artifact.version} buscontroller - - - ecomp-releases - Open eCOMP Release Repository - ${nexusproxy}/${releases.path} - - - ecomp-snapshots - Open eCOMP Snapshot Repository - ${nexusproxy}/${snapshots.path} - - - ecomp-site - dav:${nexusproxy}/content/sites/site/org/onap/dmaap/dbcapi/${project.artifactId}/${project.version}/ - - - - - central - http://repo1.maven.org/maven2 - - + + org.onap.oparent + oparent + 0.1.0 + buscontroller - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - true - - 1.7 - 1.7 - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8 - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/deps - false - false - true - - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ecomp-staging - ${nexusproxy} - 176c31dfe190a - - @@ -211,7 +131,7 @@ org.onap.dmaap.dbcapi dbcapi - 1.1.0-SNAPSHOT + 1.0.0-SNAPSHOT @@ -240,9 +160,15 @@ 9.3.7.v20160115 0.0.1 1.0.0-SNAPSHOT - https://nexus.onap.org - content/repositories/snapshots/ - content/repositories/releases/ + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** Packaging Platform (DMaaP) Bus Controller API as a Docker container. -- 2.16.6