Merge "Fix most sonar issues"
authorYan Yang <yangyanyj@chinamobile.com>
Wed, 7 Mar 2018 01:14:18 +0000 (01:14 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 7 Mar 2018 01:14:18 +0000 (01:14 +0000)
1  2 
nokiav2/pom.xml

diff --combined nokiav2/pom.xml
  -->
  <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>
+         <groupId>org.onap.oparent</groupId>
+         <artifactId>oparent</artifactId>
+         <version>0.1.1</version>
+ <!-- FIXME this artifact is not available in nexus
      <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
      <artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
      <version>1.1.0-SNAPSHOT</version>
    <relativePath>../pom.xml</relativePath>
-->
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2</groupId>
    <artifactId>vfc-nfvo-driver-vnfm-svnfm-nokiav2</artifactId>
    <version>1.1.0-SNAPSHOT</version>
    <packaging>pom</packaging>
 -  <name>vfc/nfvo/driver/vnfm/svnfm/nokiav2</name>
 +  <name>vfc-nfvo-driver-vnfm-svnfm-nokiav2</name>
    <modules>
      <module>generatedapis</module>
      <module>driver</module>