summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-08-06 08:56:14 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-08-06 08:56:14 +0200
commit582514442fd488d84c966d28c366915629d601c9 (patch)
treed040a3b6df53fb570044e6c4706ce9c57349217c
parent001d1084e26593c657e105a72c214910be62d9ee (diff)
javadoc: add missing <name> in pom files
Change-Id: I2bed263c71b38e28706cb869232482b951158fd1 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r--infra/northbound/netconf/pom.xml1
-rw-r--r--infra/northbound/restconf/pom.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml
index d1e4a171e..d8bb70d40 100644
--- a/infra/northbound/netconf/pom.xml
+++ b/infra/northbound/netconf/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>netconf</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.07-SNAPSHOT</version>
<properties>
diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml
index c58f4578c..832e79a67 100644
--- a/infra/northbound/restconf/pom.xml
+++ b/infra/northbound/restconf/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.northbound</groupId>
<artifactId>restconf</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.07-SNAPSHOT</version>
<properties>