javadoc: add missing <name> in pom files 66/13966/2
authorMarek Gradzki <mgradzki@cisco.com>
Mon, 6 Aug 2018 06:56:14 +0000 (08:56 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Mon, 6 Aug 2018 08:12:06 +0000 (08:12 +0000)
Change-Id: I2bed263c71b38e28706cb869232482b951158fd1
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
infra/northbound/netconf/pom.xml
infra/northbound/restconf/pom.xml

index dea3d82..6b0af0c 100644 (file)
@@ -29,6 +29,7 @@
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>netconf</artifactId>
     <version>1.18.10-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <properties>
         <yang.modules.whitelist>
index c7b2b4b..7e873bc 100644 (file)
@@ -29,6 +29,7 @@
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>restconf</artifactId>
     <version>1.18.10-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <properties>
         <jersey.version>1.19.1</jersey.version>