From 4150ee34ae503c83734aca7e62ca9911b354c881 Mon Sep 17 00:00:00 2001 From: "Gilding, Joyce (jg640n)" Date: Mon, 29 Jan 2018 15:00:04 +0000 Subject: Initial code submit for Event Bus Client library Change-Id: If0ff82c669872c734ebe0c72bc022beb96c53d11 Issue-ID: AAI-700 Signed-off-by: Gilding, Joyce (jg640n) --- pom.xml | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..03e98b3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,130 @@ + + 4.0.0 + + + org.onap.oparent + oparent + 1.1.0-SNAPSHOT + + + org.onap.aai.event + event-client-service + 1.2.0-SNAPSHOT + pom + + + UTF-8 + 1.8 + 1.8 + /content/sites/site/org/onap/aai/${project.artifactId}/${project.version} + + + + event-client-api + event-client-dmaap + event-client-kafka + + + + + junit + junit + 4.12 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${maven.compiler.source} + ${maven.compiler.target} + + + + maven-release-plugin + 2.4.2 + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.8.1 + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + + + + + com.mycila + license-maven-plugin + 3.0 + +
License.txt
+ + src/main/java/** + +
+ + + + format + + process-sources + + +
+ + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ${onap.nexus.url} + 176c31dfe190a + ecomp-staging + + + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + + + org.jacoco + jacoco-maven-plugin + + true + + + + jacoco-initialize-unit-tests + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + + +
+
+ + + + ecomp-javadoc + dav:${onap.nexus.url}${sitePath} + + + +
\ No newline at end of file -- cgit 1.2.3-korg