diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-27 21:26:37 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-27 21:26:40 +0200 |
commit | 4c6c6b426f3c5aac1bef98247855478da6987750 (patch) | |
tree | 45e080686625c9767a2c56457c2a420b51bb15ca /infra/northbound | |
parent | 4bba613683dad79dc2bea558b971eca50b354af3 (diff) |
javadoc: add missing <name> in pom files
Change-Id: I3d65b568c3651e4b2474c25bdf80cf3fff416360
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/northbound')
-rw-r--r-- | infra/northbound/bgp-extensions/evpn/pom.xml | 1 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/extension-common/pom.xml | 1 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/inet/pom.xml | 1 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml | 1 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml | 1 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/labeled-unicast/pom.xml | 1 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/linkstate/pom.xml | 1 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/pom.xml | 1 | ||||
-rw-r--r-- | infra/northbound/bgp/pom.xml | 1 | ||||
-rw-r--r-- | infra/northbound/common/pom.xml | 1 | ||||
-rw-r--r-- | infra/northbound/pom.xml | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/infra/northbound/bgp-extensions/evpn/pom.xml b/infra/northbound/bgp-extensions/evpn/pom.xml index e85c00c20..190287690 100644 --- a/infra/northbound/bgp-extensions/evpn/pom.xml +++ b/infra/northbound/bgp-extensions/evpn/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>evpn</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> diff --git a/infra/northbound/bgp-extensions/extension-common/pom.xml b/infra/northbound/bgp-extensions/extension-common/pom.xml index fc7652816..e70cca80a 100644 --- a/infra/northbound/bgp-extensions/extension-common/pom.xml +++ b/infra/northbound/bgp-extensions/extension-common/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>extension-common</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> diff --git a/infra/northbound/bgp-extensions/inet/pom.xml b/infra/northbound/bgp-extensions/inet/pom.xml index 1e657e068..a2b60057e 100644 --- a/infra/northbound/bgp-extensions/inet/pom.xml +++ b/infra/northbound/bgp-extensions/inet/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>inet</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> diff --git a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml index de5665de9..879174b00 100644 --- a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml +++ b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>l3-vpn-v4</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> diff --git a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml index afcbc743d..2321cb24c 100644 --- a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml +++ b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>l3-vpn-v6</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> diff --git a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml index 28d8173c6..2f1c3108c 100644 --- a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml +++ b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>labeled-unicast</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> <dependency> diff --git a/infra/northbound/bgp-extensions/linkstate/pom.xml b/infra/northbound/bgp-extensions/linkstate/pom.xml index 6db100d8b..2b3e72fe1 100644 --- a/infra/northbound/bgp-extensions/linkstate/pom.xml +++ b/infra/northbound/bgp-extensions/linkstate/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>linkstate</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> <dependency> diff --git a/infra/northbound/bgp-extensions/pom.xml b/infra/northbound/bgp-extensions/pom.xml index e9a751645..3438bc8c4 100644 --- a/infra/northbound/bgp-extensions/pom.xml +++ b/infra/northbound/bgp-extensions/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>bgp-extensions</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <modules> <module>evpn</module> diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml index e471176a8..3afebd866 100644 --- a/infra/northbound/bgp/pom.xml +++ b/infra/northbound/bgp/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>bgp</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml index 968ae7669..43fca7cda 100644 --- a/infra/northbound/common/pom.xml +++ b/infra/northbound/common/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>common</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml index 241b4fa67..82e486f77 100644 --- a/infra/northbound/pom.xml +++ b/infra/northbound/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>northbound-aggegator</artifactId> + <name>${project.artifactId}</name> <packaging>pom</packaging> <modules> |