diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-27 21:26:37 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-05-02 11:53:15 +0200 |
commit | 04ccd56d3db7cf937f6812a63eb88f8649860b47 (patch) | |
tree | c8bd6227ec63d9f2b943294be4e2a532561835b8 /common | |
parent | e5e2138b46fb8604edde9d1d0e285651282edaf3 (diff) |
javadoc: add missing <name> in pom files
Change-Id: I3d65b568c3651e4b2474c25bdf80cf3fff416360
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/yang-whitelist/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/yang-whitelist/pom.xml b/common/yang-whitelist/pom.xml index 5526c812a..5ad1dbe41 100644 --- a/common/yang-whitelist/pom.xml +++ b/common/yang-whitelist/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-aggregator</artifactId> + <name>${project.artifactId}</name> <packaging>pom</packaging> <modules> <module>yang-whitelist-api</module> |