From 6b61b88108c5d35efb61cd1006d0a3b9db9d35bf Mon Sep 17 00:00:00 2001 From: Pavel Aharoni Date: Thu, 8 Jun 2017 12:26:00 +0300 Subject: [SDC-30] SDC-TOSCA initial commit Change-Id: I1048701a6f4a2e14cb37ecc6205b07ffce8af38f Signed-off-by: Pavel Aharoni --- pom.xml | 309 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 309 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..5074354 --- /dev/null +++ b/pom.xml @@ -0,0 +1,309 @@ + + + 4.0.0 + + org.openecomp.sdc.sdc-tosca + sdc-tosca + SDC Tosca Parser + SDC Tosca Parser JAR file for use by consumers + 1.1.31-SNAPSHOT + jar + + + + + + + UTF-8 + + + + + + + + true + ${project.basedir} + ${project.basedir}/target/jacoco.exec + https://nexus.onap.org + /content/sites/site/org/openecomp/sdc/sdc-tosca/${project.version} + snapshots + releases + + + + + + + + org.slf4j + slf4j-api + 1.7.10 + compile + + + com.google.code.gson + gson + 2.3.1 + compile + + + + org.functionaljava + functionaljava + 4.2 + compile + + + + commons-io + commons-io + 2.5 + compile + + + + commons-codec + commons-codec + 1.9 + compile + + + + + org.yaml + snakeyaml + 1.14 + compile + + + + + org.apache.commons + commons-lang3 + 3.5 + compile + + + + com.google.guava + guava + 21.0 + compile + + + + + org.openecomp.sdc.jtosca + jtosca + 1.1.0-SNAPSHOT + + + + + + org.eclipse.jetty + jetty-servlet + test + 9.2.10.v20150310 + + + + org.eclipse.jetty + jetty-webapp + 9.2.10.v20150310 + test + + + + + + + + + + + org.testng + testng + 6.11 + test + + + + org.mockito + mockito-all + 1.10.19 + test + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.4 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + org.jacoco + jacoco-maven-plugin + 0.7.8 + + + + prepare-agent + + prepare-agent + + + ${sonar.jacoco.reportPath} + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexus.proxy} + ${staging.profile.id} + ecomp-staging + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + true + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + + org.codehaus.mojo + license-maven-plugin + 1.10 + + false + ============LICENSE_START======================================================= + ============LICENSE_END========================================================= + ================================================================================ + apache_v2 + 2017 + AT&T Intellectual Property. All rights + reserved. + sdc-tosca + true + true + true + true + false + + **/*.java + + + + + first + + update-file-header + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + + **/ToscaParser***Test.class + + + + + + + + + central + Official Maven repository + http://repo2.maven.org/maven2/ + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-staging + Staging Repository + ${nexus.proxy}/content/repositories/staging/ + + + + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/${releases.path}/ + + + ecomp-snapshots + Snapshot Repository + ${nexus.proxy}/content/repositories/${snapshots.path}/ + + + ecomp-site + dav:${nexus.proxy}${sitePath} + + + -- cgit 1.2.3-korg