Change POM parent in HC distribution
[demo.git] / vnfs / vLBMS / apis / vlb-vnf-onap-distribution / pom.xml
index b70c259..ba14b5a 100644 (file)
@@ -1,14 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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">
 
-  <parent>
+  <!--parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
     <version>1.17.07</version>
+  </parent-->
+
+  <parent>
+    <artifactId>demo-aggregator</artifactId>
+    <version>1.2.0-SNAPSHOT</version>
+    <groupId>org.onap.demo.vnf</groupId>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.onap.vnf.vlb</groupId>
+  <groupId>org.onap.demo.vnf.vlb</groupId>
   <artifactId>vlb-vnf-onap-distribution</artifactId>
   <version>1.2.0-SNAPSHOT</version>
 
@@ -27,6 +34,7 @@
      -->
     <distribution.modules>
       org.onap.vnf.vlb.Module
+      org.onap.vnf.health.Module
     </distribution.modules>
   </properties>
 
           <skip>true</skip>
         </configuration>
       </plugin>
+      <!--plugin>
+        <groupId>org.sonatype.plugins</groupId>
+        <artifactId>nexus-staging-maven-plugin</artifactId>
+        <version>1.6.7</version>
+        <extensions>true</extensions>
+        <configuration>
+          <nexusUrl>https://nexus.onap.org/</nexusUrl>
+          <stagingProfileId>176c31dfe190a</stagingProfileId>
+          <serverId>ecomp-staging</serverId>
+        </configuration>
+      </plugin-->
     </plugins>
   </build>
 
+  <!--distributionManagement>
+    <repository>
+      <id>ecomp-releases</id>
+      <name>Demo Release Repository</name>
+      <url>https://nexus.onap.org/content/repositories/releases/</url>
+    </repository>
+    <snapshotRepository>
+      <id>ecomp-snapshots</id>
+      <name>Demo Snapshot Repository</name>
+      <url>https://nexus.onap.org/content/repositories/snapshots/</url>
+    </snapshotRepository>
+  </distributionManagement-->
+
   <dependencies>
     <!-- Dependency on sample plugin -->
     <dependency>
-      <groupId>org.onap.vnf.vlb</groupId>
+      <groupId>org.onap.demo.vnf.vlb</groupId>
       <artifactId>vlb-business-vnf-onap-plugin-impl</artifactId>
       <version>${interfaces.mapping.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.onap.demo.vnf.health</groupId>
+      <artifactId>health-vnf-onap-plugin-impl</artifactId>
+      <version>${interfaces.mapping.version}</version>
+    </dependency>
     <!-- Dependency on distribution base -->
     <dependency>
       <groupId>io.fd.honeycomb</groupId>