diff options
author | Marco Platania <platania@research.att.com> | 2018-02-28 18:04:26 -0500 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-02-28 18:04:26 -0500 |
commit | 9cfb3e3e770c2c7cff6d5269eba8bc642832102a (patch) | |
tree | de7b84eebf7373cd32717eae258c42ca64eb05d2 /vnfs/vLBMS/apis/pom.xml | |
parent | 8d6939315f4499f4c402befd83ffd6fbfbe90a11 (diff) |
Update groupId in vLBMS POM files
Change-Id: I824a776b6611e9a0694221ce59c1c46d1d5e426d
Issue-ID: INT-432
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLBMS/apis/pom.xml')
-rwxr-xr-x | vnfs/vLBMS/apis/pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/vnfs/vLBMS/apis/pom.xml b/vnfs/vLBMS/apis/pom.xml index 5ce6ed0f..40ed33d1 100755 --- a/vnfs/vLBMS/apis/pom.xml +++ b/vnfs/vLBMS/apis/pom.xml @@ -21,7 +21,7 @@ <relativePath>../../../pom.xml</relativePath> </parent> - <groupId>org.onap.vnf.vlb</groupId> + <groupId>org.onap.demo.vnf.vlb</groupId> <artifactId>vlb-business-vnf-onap-plugin-aggregator</artifactId> <version>1.2.0-SNAPSHOT</version> <name>vlb-business-vnf-onap-plugin-aggregator</name> @@ -38,6 +38,18 @@ <build> <plugins> <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <executions> + <execution> + <phase>none</phase> + </execution> + </executions> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <configuration> |