summaryrefslogtreecommitdiffstats
path: root/vio/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vio/pom.xml')
-rw-r--r--vio/pom.xml20
1 files changed, 4 insertions, 16 deletions
diff --git a/vio/pom.xml b/vio/pom.xml
index e68c132..5b23dfa 100644
--- a/vio/pom.xml
+++ b/vio/pom.xml
@@ -19,15 +19,14 @@
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<version>0.1.1</version>
- <relativePath>../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.onap.multicloud.openstack.vmware</groupId>
- <artifactId>multicloud-openstack-vmware</artifactId>
+ <groupId>org.onap.multicloud.openstack.vmware.vio</groupId>
+ <artifactId>multicloud-vio-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>multicloud-openstack-vmware</name>
- <description>multicloud openstack vmware</description>
+ <name>multicloud-openstack-vmware-vio</name>
+ <description>multicloud openstack vmware vio</description>
<properties>
<encoding>UTF-8</encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -36,17 +35,6 @@
</properties>
<build>
<plugins>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>${nexusproxy}</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>