From d407638086b08c3de199cbef5e717fb16556077c Mon Sep 17 00:00:00 2001 From: Pooja03 Date: Fri, 23 Mar 2018 17:49:26 +0530 Subject: Added UniversalVesAdapter in the Mapper Adding full UniversalVesAdapter Module in Mapper Change-Id: I7edece763546b91700983554ffcf38f8ab945ae2 Issue-ID: DCAEGEN2-335 Signed-off-by: Pooja03 --- pom.xml | 675 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 675 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..15c2e26 --- /dev/null +++ b/pom.xml @@ -0,0 +1,675 @@ + + + + + 4.0.0 + + + org.onap.oparent + oparent + 1.1.0 + + + + org.onap.dcaegen2.services.mapper + mapper + 0.0.1-SNAPSHOT + pom + + dcae-services-mapper + Universal VES mapper for DCAE Analytics Service + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + + UTF-8 + UTF-8 + ${project.basedir} + + + true + + 1.7.25 + 2.9.4 + + 0.16.0 + 2.2.4 + 13.0.1 + 3.0 + 1.0.9 + 2.0.1 + 3.0.0 + 1.16.10 + + 2.2.0 + 2.2.0 + 4.5.2 + 3.5 + + + + 4.12 + 2.2.0 + 1.4.0 + 2.5.7 + 1.2.5 + + + + 3.3 + 2.19.1 + 2.19.1 + 2.5.4 + 1.7 + 2.10 + 3.0.2 + 3.5 + 2.19.1 + 2.16 + 2.10.4 + 2.4 + 2.4 + 1.16.10.0 + 1.0-m5.1 + 2.2.3 + 3.5.1 + 2.5 + 2.7 + + + + 1.8 + 1.8 + **/*Test.java + false + **/*IT.java + true + + true + true + checkstyle.xml + suppressions.xml + false + https://nexus.onap.org + content/repositories/snapshots/ + content/repositories/releases/ + + content/sites/site/org/onap/dcaegen2/services/mapper/${project.artifactId}/${project.version} + + + + + + + + + + org.slf4j + slf4j-api + ${slf4j.version} + provided + + + + + + org.apache.commons + commons-lang3 + ${commons.lang3.version} + + + + + + + + + + junit + junit + ${junit.version} + test + + + + org.mockito + mockito-core + ${mockito.version} + + + + com.jayway.jsonpath + json-path-assert + ${jayway.jsonpath.version} + test + + + + + + + + + + + + ${project.basedir}/src/main/resources + + + ${project.build.directory}/git + + + + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 1.0-beta-7 + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${compiler.plugin.version} + + ${compiler.target.version} + ${compiler.source.version} + + + + + + org.apache.maven.plugins + maven-source-plugin + ${source.plugin.version} + + true + + + + attach-sources + verify + + jar-no-fork + + + + + + + + + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + *;inline=false;scope=compile + true + lib + + + + + Bundling mapper Jar + package + + bundle + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + ${autorun.plugin.version} + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.plugin.version} + + ${skip.unit.tests} + -Xmx2048m -Djava.awt.headless=true -XX:+UseConcMarkSweepGC + -XX:OnOutOfMemoryError="kill -9 %p" -XX:+HeapDumpOnOutOfMemoryError + + ${surefire.redirectTestOutputToFile} + methods + 8 + 8 + true + xml + false + + ${project.build.directory} + + ${basedir}/src/test/resources/logback-test.xml + + ${project.build.directory} + + + ${unit.test.pattern} + + + ${integration.test.pattern} + + + ${surefireArgLine} + + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.plugin.version} + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${failsafe.plugin.version} + + + integration-tests + + integration-test + verify + + + ${skip.integration.tests} + + + ${failsafeArgLine} + + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + ${findbugs.plugin.version} + + Max + Low + true + + ${findbugs.failOnError} + ${main.basedir}/findbugs-exclude.xml + ${project.reporting.outputDirectory}/findbugs + ${project.reporting.outputDirectory}/findbugs + + + + + analyze-compile + compile + + check + + + + + + + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + ${eclipe.plugin.version} + + + + + + + pl.project13.maven + git-commit-id-plugin + ${gitcommitid.plugin.version} + + + generate-git-properties + generate-resources + + revision + + + false + true + + ${project.build.directory}/git/git.properties + + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + ${jar.plugin.version} + + + + true + + + ${project.version} + + + + + + + org.apache.maven.plugins + maven-site-plugin + ${maven.site.plugin} + + + + org.apache.maven.plugins + maven-jxr-plugin + ${jxr.plugin.version} + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${project.info.reports.plugin.version} + + false + false + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${surefire.report.plugin.version} + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + org.apache.maven.plugins + maven-source-plugin + + + + + + + + + + + pl.project13.maven + git-commit-id-plugin + + + + + + + + + org.apache.maven.plugins + maven-site-plugin + + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${checkstyle.file.name} + ${checkstyle.suppression.file.name} + + + + org.apache.maven.plugins + maven-jxr-plugin + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + + + + + doclint-java8-disable + + [1.8,) + + + + + + + + + + + UniversalVesAdapter + + + + -- cgit 1.2.3-korg