summaryrefslogtreecommitdiffstats
path: root/infra/northbound
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-04-27 21:26:37 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-05-02 11:53:15 +0200
commit04ccd56d3db7cf937f6812a63eb88f8649860b47 (patch)
treec8bd6227ec63d9f2b943294be4e2a532561835b8 /infra/northbound
parente5e2138b46fb8604edde9d1d0e285651282edaf3 (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.xml1
-rw-r--r--infra/northbound/bgp-extensions/extension-common/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/inet/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/labeled-unicast/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/linkstate/pom.xml1
-rw-r--r--infra/northbound/bgp-extensions/pom.xml1
-rw-r--r--infra/northbound/bgp/pom.xml1
-rw-r--r--infra/northbound/common/pom.xml1
-rw-r--r--infra/northbound/pom.xml1
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 ea9f467a6..952398833 100644
--- a/infra/northbound/bgp-extensions/evpn/pom.xml
+++ b/infra/northbound/bgp-extensions/evpn/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>evpn</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/extension-common/pom.xml b/infra/northbound/bgp-extensions/extension-common/pom.xml
index 07c55f1a4..66562649f 100644
--- a/infra/northbound/bgp-extensions/extension-common/pom.xml
+++ b/infra/northbound/bgp-extensions/extension-common/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>extension-common</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<dependencies>
<!-- DI-->
diff --git a/infra/northbound/bgp-extensions/inet/pom.xml b/infra/northbound/bgp-extensions/inet/pom.xml
index da504a50b..f2de52702 100644
--- a/infra/northbound/bgp-extensions/inet/pom.xml
+++ b/infra/northbound/bgp-extensions/inet/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>inet</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
index add25b7e7..1458aa563 100644
--- a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
+++ b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>l3-vpn-v4</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
index 5c8c9fb59..611c6668a 100644
--- a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
+++ b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>l3-vpn-v6</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
index e87ba36d2..3627360b1 100644
--- a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
+++ b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>labeled-unicast</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
diff --git a/infra/northbound/bgp-extensions/linkstate/pom.xml b/infra/northbound/bgp-extensions/linkstate/pom.xml
index c55abc750..a0c2c28bc 100644
--- a/infra/northbound/bgp-extensions/linkstate/pom.xml
+++ b/infra/northbound/bgp-extensions/linkstate/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>linkstate</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
diff --git a/infra/northbound/bgp-extensions/pom.xml b/infra/northbound/bgp-extensions/pom.xml
index d67a4f63f..c0a0ff055 100644
--- a/infra/northbound/bgp-extensions/pom.xml
+++ b/infra/northbound/bgp-extensions/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.northbound.bgp</groupId>
<artifactId>bgp-extensions</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<modules>
<module>evpn</module>
<module>inet</module>
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 -->
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>
diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml
index c78314c64..427ac1268 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>