From 13ce0552dc7156b6e3e226c00295705f27780a40 Mon Sep 17 00:00:00 2001 From: DR695H Date: Tue, 7 Feb 2017 13:11:03 -0500 Subject: actually adding the files to the initial commit Change-Id: I2f0c09692c2ae70be61b8bb552fd1bd2983eb661 Signed-off-by: DR695H --- pom.xml | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..e3969ea0c --- /dev/null +++ b/pom.xml @@ -0,0 +1,153 @@ + + 4.0.0 + org.openecomp.vid + vid-parent + pom + VID Parent Project + + + vid + deliveries + + + + UTF-8 + UTF-8 + + + + + vid-releases + VID Release Repository + https://ecomp-nexus:8443/repository/maven-releases + + + + vid-snapshots + VID Snapshot Repository + https://ecomp-nexus:8443/repository/maven-snapshots + + + vid-javadoc + dav:https://ecomp-nexus:8443/repository/vid-javadoc/${project.version} + + + + + + vid-3rd-party + VID 3rd Party Repository + https://ecomp-nexus:8443/maven-central + + + + + + vid-3rd-party + VID 3rd Party Repository + https://ecomp-nexus:8443/maven-central + + + + + + + + org.codehaus.mojo + license-maven-plugin + 1.9 + + apache_v2 + 2016 + AT&T + VID + false + ========LICENSE_START=========== + ============LICENSE_END=========== + + src/main/java + + + *.png + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + + true + -Xlint + true + true + true + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + + + junit + junit + 4.11 + test + + + 1.0.0 + -- cgit 1.2.3-korg