From dd89f654bf004a40f8e2353fe661649398cc5e6c Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 19 Jul 2017 15:03:41 -0400 Subject: Initial submission Initial submission of code for ccsdk/parent repo Issue: CCSDK-6 Change-Id: I16c64011dad2ac627aea9c667713fced0b971622 Signed-off-by: Dan Timoney --- pom.xml | 430 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 430 insertions(+) create mode 100755 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100755 index 00000000..04beac61 --- /dev/null +++ b/pom.xml @@ -0,0 +1,430 @@ + + + + 4.0.0 + pom + org.onap.ccsdk.parent + parent + 0.0.1-SNAPSHOT + + Parent POMs + http://wiki.onap.org + Parent POMs to be used by clients of CCSDK + + + + JIRA + https://jira.onap.org/ + + + + + + onap-public + ${onap.nexus.public-url} + + true + + + true + + + + opendaylight-mirror + opendaylight-mirror + ${opendaylight.nexus.public-url} + + true + never + + + false + + + + opendaylight-snapshot + opendaylight-snapshot + ${opendaylight.nexus.snapshot-url} + + false + + + true + + + + + JCenter + JCenter Repository + http://jcenter.bintray.com + + + + Restlet + Restlet Repository + http://maven.restlet.com + + + + + + + onap-public + ${onap.nexus.public-url} + + true + + never + + + true + always + + + + + onap-release + onap-repository-releases + ${onap.nexus.release-url} + + true + never + + + false + + + + onap-snapshot + onap-repository-snapshots + ${onap.nexus.snapshot-url} + + false + + + true + + + + opendaylight-mirror + opendaylight-mirror + ${opendaylight.nexus.public-url} + + true + never + + + false + + + + opendaylight-snapshot + opendaylight-snapshot + ${opendaylight.nexus.snapshot-url} + + false + + + true + + + + + + + + onap-releases + onap-repository-releases + ${onap.nexus.release-url} + + + onap-snapshots + onap-repository-snapshots + ${onap.nexus.snapshot-url} + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + org.apache.maven.doxia + doxia-core + 1.7 + + + org.apache.maven.doxia + doxia-sink-api + 1.7 + + + org.apache.maven.doxia + doxia-logging-api + 1.7 + + + + + attach-descriptor + + attach-descriptor + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compile.plugin.version} + + ${java.version.source} + ${java.version.target} + + + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10 + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.antlr + antlr4 + ${antlr.version} + + + org.antlr + antlr4-runtime + ${antlr.version} + + + + com.sun.jersey + jersey-client + ${jersey.client.version} + + + com.sun.jersey + jersey-core + ${jersey.version} + + + org.apache.httpcomponents + httpcore-osgi + ${apache.httpcomponents.core.version} + + + org.apache.httpcomponents + httpclient-osgi + ${apache.httpcomponents.client.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + commons-lang + commons-lang + ${commons.lang.version} + + + org.opendaylight.mdsal + yang-binding + ${odl.mdsal.yang.binding.version} + + + org.opendaylight.yangtools + yang-common + ${odl.yangtools.version} + + + org.opendaylight.mdsal.model + ietf-inet-types + ${odl.ietf-inet-types.version} + + + org.opendaylight.mdsal.model + ietf-yang-types + ${odl.ietf-yang-types.version} + + + + + + + aggregate + + aggregate + + site + + + + + + maven-source-plugin + 2.1.1 + + + bundle-sources + package + + + jar-no-fork + + + test-jar-no-fork + + + + + + + + + + + + + + + + org.codehaus.mojo + + license-maven-plugin + + 1.10 + + + + false + + ============LICENSE_START======================================================= + + ============LICENSE_END========================================================= + + ================================================================================ + + apache_v2 + + 2017 + + AT&T Intellectual Property. All rights + reserved. + + openECOMP : SDN-C + + true + + true + + true + + true + + **/*.png + **/*.json + + + + + + + + + first + + + + update-file-header + + + + process-sources + + + + + + + + + org.codehaus.mojo + properties-maven-plugin + 1.0.0 + + + + set-system-properties + + + + + maven.wagon.http.ssl.allowall + ${ssl.allowall} + + + maven.wagon.http.ssl.insecure + ${ssl.insecure} + + + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.3 + + + maven-scm-plugin + 1.8.1 + + ${project.artifactId}-${project.version} + + + + + + ONAP + + + + odlparent-boron-sr3 + + -- cgit 1.2.3-korg