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 /infra/northbound/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 'infra/northbound/common')
-rw-r--r-- | infra/northbound/common/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml index a44b6831d..6f756d5b6 100644 --- a/infra/northbound/common/pom.xml +++ b/infra/northbound/common/pom.xml @@ -30,6 +30,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>common</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> |