From 5c61cf786d3f814ead4366be9123f8fe45f06127 Mon Sep 17 00:00:00 2001 From: ATT default cloud user Date: Fri, 1 Sep 2017 19:47:00 +0000 Subject: [PATCH] DMAAP-84 also include sonar in pom.xml Change-Id: Id7ac31258133399ab10cdcebdb810c7b0048685a Signed-off-by: ATT default cloud user --- README.md | 2 ++ pom.xml | 12 +++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d96612c..00e4d8c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ After cloning from this git repo: mvn clean install javadoc:javadoc ``` +A description of the API is generated, and found in targets/generated-source/swagger.json. + ### Configurable Parameters Behavior of the API is controlled by settings in a properties file (typically etc/dmaapbc.properties). diff --git a/pom.xml b/pom.xml index 29592f3..94ea22e 100644 --- a/pom.xml +++ b/pom.xml @@ -226,9 +226,15 @@ A convention of this API is to return JSON responses per OpenStack style. 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/** Data Movement as a Platform (DMaaP) Bus Controller provides a REST API for other DCAE infrastructure components to provision DMaaP resources. A DMaaP resource is a Data Router Feed or a Message Router Topic, and their associated publishers and subscribers. -- 2.16.6