aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-04-09 09:50:33 -0400
committerMarco Platania <platania@research.att.com>2018-04-09 09:50:33 -0400
commitd6ec57cf122fa3dfd6395924ea3dcfe4a244ade4 (patch)
tree20feb82bf28d1fc1b70099b88a4fe67ccdfec2e1
parentdb228e6370e5257ca59e4f0e7154f45991c7defa (diff)
Change POM parent in HC distribution
Change-Id: I1f24cc400fe93f4bdbedc5cec00f325941306b08 Issue-ID: INT-444 Signed-off-by: Marco Platania <platania@research.att.com>
-rw-r--r--vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml
index 693b7456..ba14b5af 100644
--- a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml
+++ b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml
@@ -1,10 +1,17 @@
<?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>
@@ -83,7 +90,7 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
+ <!--plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
@@ -93,11 +100,11 @@
<stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>
- </plugin>
+ </plugin-->
</plugins>
</build>
- <distributionManagement>
+ <!--distributionManagement>
<repository>
<id>ecomp-releases</id>
<name>Demo Release Repository</name>
@@ -108,7 +115,7 @@
<name>Demo Snapshot Repository</name>
<url>https://nexus.onap.org/content/repositories/snapshots/</url>
</snapshotRepository>
- </distributionManagement>
+ </distributionManagement-->
<dependencies>
<!-- Dependency on sample plugin -->