From cfb63b2c5c381434a6fdea794ad0c2e89a2be328 Mon Sep 17 00:00:00 2001 From: Priyadharshini Date: Mon, 16 Mar 2020 05:55:43 +0000 Subject: Initial code check-in RANSim Controller and RANSim GUI Issue-ID: INT-1485 Signed-off-by: Priyadharshini Change-Id: I99fe693065072ff5c9b188f2177488a4cd93237d --- ransim/ransimctrlr/pom.xml | 286 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 ransim/ransimctrlr/pom.xml (limited to 'ransim/ransimctrlr/pom.xml') diff --git a/ransim/ransimctrlr/pom.xml b/ransim/ransimctrlr/pom.xml new file mode 100644 index 0000000..ffe6ef5 --- /dev/null +++ b/ransim/ransimctrlr/pom.xml @@ -0,0 +1,286 @@ + + + + 4.0.0 + + org.onap.ransim + ransim + 1.0.0-SNAPSHOT + + + org.onap.ransim + RansimSuite + 1.0.0-SNAPSHOT + pom + ransim-suite + + The ONAP Ransim main pom + + + + 1.8 + 1.8 + UTF-8 + UTF-8 + + https://nexus.onap.org + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + content/repositories/releases/ + content/repositories/snapshots/ + content/repositories/staging/ + 0.8.5 + 1.4.186 + + 9.2.3.v20140905 + 1.0.0 + 4.5.5 + 2.9.4 + 1.3.3 + + + + + RANSIM-CTRLR + RANSIM-GUI + packages + + + + + ecomp-releases + ONAP Release Repository + ${nexusproxy}/${releases.path} + + + ecomp-snapshots + ONAP Snapshot Repository + ${nexusproxy}/${snapshots.path} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + + + + ecomp-releases + Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-staging + Staging Repository + ${nexusproxy}/content/repositories/staging/ + + + ecomp-snapshots + Snapshots Repository + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-public + Public Repository + ${nexusproxy}/content/repositories/public/ + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + + + + + com.h2database + h2 + ${h2.version} + test + + + + + + + + javax.servlet + javax.servlet-api + 3.1.0 + + + + xml-apis + xml-apis + 1.3.03 + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.apache.maven.plugins + maven-deploy-plugin + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins + maven-clean-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + + ${project.encoding} + ${project.source.version} + ${project.target.version} + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + ${project.encoding} + + + + org.apache.maven.plugins + maven-war-plugin + 2.3 + + false + + + + + + org.eclipse.jetty + jetty-maven-plugin + ${jetty.plugin.version} + + 2 + + + + com.fortify.ps.maven.plugin + sca-maven-plugin + 4.20 + + + org.apache.maven.plugins + maven-site-plugin + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + + pre-unit-test + + prepare-agent + + + ${sonar.jacoco.reportPath} + + + + + post-unit-test + test + + report + + + ${sonar.jacoco.reportPath} + + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + + + -- cgit 1.2.3-korg