Initial structure
[oam/nf-oam-adopter.git] / ves-nf-oam-adopter / ves-nf-oam-adopter-parent-lite / pom.xml
diff --git a/ves-nf-oam-adopter/ves-nf-oam-adopter-parent-lite/pom.xml b/ves-nf-oam-adopter/ves-nf-oam-adopter-parent-lite/pom.xml
new file mode 100644 (file)
index 0000000..41bc011
--- /dev/null
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+* ============LICENSE_START=======================================================
+* O-RAN-SC
+* ================================================================================
+* Copyright (C) 2021 AT&T Intellectual Property. All rights reserved.
+* ================================================================================
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+* ============LICENSE_END============================================
+*
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.o-ran-sc.oam</groupId>
+    <artifactId>ves-nf-oam-adopter-parent-lite</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <properties>
+        <java.version>11</java.version>
+        <maven.compiler.release>11</maven.compiler.release>
+        <nexusproxy>https://nexus.o-ran-sc.org</nexusproxy>
+        <nexusPath>/content/repositories/</nexusPath>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <resource.delimiter>@</resource.delimiter>
+    </properties>
+
+    <scm>
+        <connection>scm:git:ssh://git.o-ran-sc.org:29418/oam/nf-oam-adopter.git</connection>
+        <developerConnection>scm:git:ssh://git.o-ran-sc.org:29418/oam/nf-oam-adopter.git</developerConnection>
+        <tag>master</tag>
+    </scm>
+
+    <distributionManagement>
+        <repository>
+            <id>nexus-releases</id>
+            <name>nexus-repository-releases</name>
+            <url>${nexusproxy}${nexusPath}/releases</url>
+        </repository>
+        <snapshotRepository>
+            <id>nexus-snapshots</id>
+            <name>nexus-repository-snapshots</name>
+            <url>${nexusproxy}${nexusPath}/snapshots</url>
+        </snapshotRepository>
+    </distributionManagement>
+</project>
\ No newline at end of file