Add pom to distribution 14/3014/1
authorherbert <herbert.eiselt@highstreet-technologies.com>
Thu, 26 Mar 2020 22:05:41 +0000 (23:05 +0100)
committerherbert <herbert.eiselt@highstreet-technologies.com>
Thu, 26 Mar 2020 22:05:57 +0000 (23:05 +0100)
Add top level pom file to distribution

Issue-ID: OAM-93
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: Ib6d22e6cca410c1152e5bd4be6c3d1bf6b33e40d
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
distribution/nonrtric-o1-controller-frankfurt/pom.xml
distribution/pom.xml [new file with mode: 0644]

index df327ce..9755bb9 100644 (file)
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.onap.ccsdk.parent</groupId>
+    <groupId>org.o-ran-sc.oam.features.parent</groupId>
     <artifactId>odlparent-lite</artifactId>
     <version>1.5.2-SNAPSHOT</version>
     <relativePath />
diff --git a/distribution/pom.xml b/distribution/pom.xml
new file mode 100644 (file)
index 0000000..c8970c0
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+################################################################################
+# Copyright 2020 highstreet technologies and others
+#
+# 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.
+#
+-->
+<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.distribution</groupId>
+  <artifactId>distribution-top</artifactId>
+  <version>1.8.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>o-ran-sc distribution top</name>
+
+  <modules>
+    <module>nonrtric-o1-controller-frankfurt</module>
+  </modules>
+
+</project>