From 59c50e91e18d5c4f1f593077aa2d70a70482f752 Mon Sep 17 00:00:00 2001 From: "Muller, Andrew (am8383)" Date: Fri, 28 Jul 2017 16:15:06 -0400 Subject: [AAI-80 Amsterdam] checking in source code Change-Id: Ic041f9bca773ec6870b7e29d7dd02fa03dd2947b Signed-off-by: Muller, Andrew (am8383) --- pom.xml | 403 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 403 insertions(+) create mode 100755 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100755 index 0000000..15df258 --- /dev/null +++ b/pom.xml @@ -0,0 +1,403 @@ + + 4.0.0 + org.openecomp.aai + champ + 1.1.0-SNAPSHOT + + UTF-8 + 3.0.1-incubating + https://nexus.onap.org/ + /content/sites/site/org/onap/aai/${project.artifactId}/${project.version} + java + jacoco + ${project.build.directory}/surefire-reports + ${project.build.directory}/jacoco.exec + false + ${project.version} + + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + + junit + junit + 4.12 + test + + + ch.qos.logback + logback-classic + 1.2.1 + true + + + org.apache.tinkerpop + tinkergraph-gremlin + ${tinkerpop.version} + + + org.apache.tinkerpop + gremlin-core + ${tinkerpop.version} + + + org.slf4j + slf4j-log4j12 + + + org.slf4j + jcl-over-slf4j + + + + + com.thinkaurelius.titan + titan-cassandra + 1.0.0 + true + + + org.apache.tinkerpop + gremlin-groovy + + + org.slf4j + slf4j-log4j12 + + + ch.qos.logback + logback-classic + + + org.apache.tinkerpop + gremlin-core + + + + + com.thinkaurelius.titan + titan-hbase + 1.0.0 + true + + + org.apache.tinkerpop + gremlin-groovy + + + org.slf4j + slf4j-log4j12 + + + ch.qos.logback + logback-classic + + + org.apache.tinkerpop + gremlin-core + + + + + org.apache.hbase + hbase-client + 0.98.4-hadoop2 + + + org.slf4j + slf4j-log4j12 + + + com.google.guava + guava + + + + + jdk.tools + jdk.tools + 1.8 + system + ${JAVA_HOME}/lib/tools.jar + + + org.jacoco + org.jacoco.agent + 0.7.9 + runtime + test + + + + + com.att.nsa + cambriaClient + 0.0.1 + + + + org.apache.httpcomponents + httpclient + 4.5 + + + + + + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + + + org.jacoco + jacoco-maven-plugin + 0.7.9 + + + + **/AbstractGremlinChampGraph* + **/DseChampGraphImpl* + **/DseChampformer* + + **/ChampAPIPerformanceTest* + + + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + + BUNDLE + + + + INSTRUCTION + COVEREDRATIO + .75 + + + BRANCH + COVEREDRATIO + .74 + + + COMPLEXITY + COVEREDRATIO + .75 + + + LINE + COVEREDRATIO + .80 + + + METHOD + COVEREDRATIO + .90 + + + CLASS + MISSEDCOUNT + 0 + + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.0.0 + + + jar-with-dependencies + + + + + make-jar-with-dependencies + package + + single + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + + + + maven-release-plugin + 2.4.2 + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.8.1 + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.2 + + + target/jacoco.exec + + + + + org.apache.maven.plugins + maven-deploy-plugin + + + default-deploy + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + com.mycila + license-maven-plugin + 3.0 + +
License.txt
+ + **/*.java + **/*.ksh + **/*.sh + **/*.ftl + **/*.xsd + **/*.xjb + **/*.yml + **/*.yaml + **/aai*.xml + **/*logback*.xml + **/*aaiconfig*.properties + **/*titan*.properties + +
+ + + + format + + process-sources + + +
+
+
+ + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + +
-- cgit 1.2.3-korg