From 2a3357829783d850d230d8b85b9e1c15effe1a38 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 7 Nov 2019 11:33:01 -0800 Subject: Migrate jtosca contents Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall --- jtosca/pom.xml | 284 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 284 insertions(+) create mode 100644 jtosca/pom.xml (limited to 'jtosca/pom.xml') diff --git a/jtosca/pom.xml b/jtosca/pom.xml new file mode 100644 index 0000000..8e02299 --- /dev/null +++ b/jtosca/pom.xml @@ -0,0 +1,284 @@ + + 4.0.0 + + org.onap.sdc.jtosca + jtosca + 1.6.0-SNAPSHOT + sdc-jtosca + + + org.onap.oparent + oparent + 2.0.0 + + + + + + + + + UTF-8 + + + + 2.1 + + + + + + + ${project.basedir}/target/jacoco.exec + https://nexus.onap.org + /content/sites/site/org/onap/sdc/jtosca/${project.version} + snapshots + releases + + ${project.build.sourceEncoding} + true + ${project.basedir} + . + **/scripts/**/* + **/test/**/*,**/tests/**/* + app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java + ${project.version} + + + + + + + org.yaml + snakeyaml + 1.14 + compile + + + + org.slf4j + slf4j-api + 1.7.25 + + + + + + org.hamcrest + hamcrest + ${hamcrest.version} + test + + + org.hamcrest + hamcrest-library + ${hamcrest.version} + test + + + junit + junit + 4.12 + test + + + + com.opencsv + opencsv + 3.10 + test + + + + + org.apache.commons + commons-io + 1.3.2 + + + + org.reflections + reflections + 0.9.11 + + + com.google.guava + guava + + + + + com.google.guava + guava + compile + 25.1-jre + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + + + + + maven-checkstyle-plugin + 2.17 + + checkstyle-suppressions.xml + checkstyle.suppressions.file + + + + 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.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.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + + */* + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.0.2 + + + com.github.sylvainlaurent.maven + yaml-json-validator-maven-plugin + 1.0.1 + + + validate + validate + + validate + + + + + + src/main/resources/**/*.y*ml + src/test/resources/**/*.y*ml + + + + + src/main/resources/**/*.json + src/test/resources/**/*.json + + + + + + + + + + + + + central + Official Maven repository + http://repo2.maven.org/maven2/ + + + onap-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + onap-snapshots + Snapshots Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + + + + onap-releases + Release Repository + ${nexus.proxy}/content/repositories/${releases.path}/ + + + onap-snapshots + Snapshot Repository + ${nexus.proxy}/content/repositories/${snapshots.path}/ + + + onap-site + dav:${nexus.proxy}${sitePath} + + + + -- cgit 1.2.3-korg