diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-08-06 08:56:14 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-08-06 08:12:06 +0000 |
commit | af6c4734038978572a9989b1ce8c8af6b71757a5 (patch) | |
tree | 22caef6eccb55e243bd92ac5cdd417df42f386c1 /infra/northbound | |
parent | 1091f944d1af02e27a770d78e87e6c55c902decd (diff) |
javadoc: add missing <name> in pom files
Change-Id: I2bed263c71b38e28706cb869232482b951158fd1
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/northbound')
-rw-r--r-- | infra/northbound/netconf/pom.xml | 1 | ||||
-rw-r--r-- | infra/northbound/restconf/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml index dea3d8207..6b0af0c7f 100644 --- a/infra/northbound/netconf/pom.xml +++ b/infra/northbound/netconf/pom.xml @@ -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> diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml index c7b2b4b0a..7e873bc31 100644 --- a/infra/northbound/restconf/pom.xml +++ b/infra/northbound/restconf/pom.xml @@ -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> |