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