summaryrefslogtreecommitdiffstats
path: root/infra
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
parente5e2138b46fb8604edde9d1d0e285651282edaf3 (diff)
javadoc: add missing <name> in pom files
Change-Id: I3d65b568c3651e4b2474c25bdf80cf3fff416360 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bgp-distribution-test/pom.xml1
-rw-r--r--infra/binding-init/pom.xml1
-rw-r--r--infra/footprint/pom.xml1
-rw-r--r--infra/it/benchmark/pom.xml1
-rw-r--r--infra/it/management/pom.xml2
-rw-r--r--infra/it/memory-benchmark-api/pom.xml1
-rw-r--r--infra/it/memory-benchmark-scripts/pom.xml1
-rw-r--r--infra/it/memory-benchmark/pom.xml1
-rw-r--r--infra/minimal-distribution-test/pom.xml1
-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
-rw-r--r--infra/test-utils/pom.xml1
-rw-r--r--infra/test-utils/test-api/pom.xml1
-rw-r--r--infra/test-utils/test-tools/pom.xml1
23 files changed, 23 insertions, 1 deletions
diff --git a/infra/bgp-distribution-test/pom.xml b/infra/bgp-distribution-test/pom.xml
index df04f8f55..42eaa32cc 100644
--- a/infra/bgp-distribution-test/pom.xml
+++ b/infra/bgp-distribution-test/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb</groupId>
<artifactId>bgp-distribution-test</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/binding-init/pom.xml b/infra/binding-init/pom.xml
index 0ca2a9397..2ba1b4050 100644
--- a/infra/binding-init/pom.xml
+++ b/infra/binding-init/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb</groupId>
<artifactId>binding-init</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<properties>
<slf4j-api.version>1.7.25</slf4j-api.version>
diff --git a/infra/footprint/pom.xml b/infra/footprint/pom.xml
index 89b61315d..1ce84d99e 100644
--- a/infra/footprint/pom.xml
+++ b/infra/footprint/pom.xml
@@ -27,6 +27,7 @@
<groupId>io.fd.honeycomb.footprint</groupId>
<artifactId>footprint-aggregator</artifactId>
+ <name>${project.artifactId}</name>
<packaging>pom</packaging>
<modules>
<module>footprint-api</module>
diff --git a/infra/it/benchmark/pom.xml b/infra/it/benchmark/pom.xml
index defbc08f6..79e3baa68 100644
--- a/infra/it/benchmark/pom.xml
+++ b/infra/it/benchmark/pom.xml
@@ -30,6 +30,7 @@
<groupId>io.fd.honeycomb</groupId>
<artifactId>benchmark</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<packaging>jar</packaging>
<properties>
diff --git a/infra/it/management/pom.xml b/infra/it/management/pom.xml
index e0edcc383..ade1da402 100644
--- a/infra/it/management/pom.xml
+++ b/infra/it/management/pom.xml
@@ -33,7 +33,7 @@
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>management</artifactId>
<version>1.18.07-SNAPSHOT</version>
-
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
diff --git a/infra/it/memory-benchmark-api/pom.xml b/infra/it/memory-benchmark-api/pom.xml
index 03a2655f8..6ddba8245 100644
--- a/infra/it/memory-benchmark-api/pom.xml
+++ b/infra/it/memory-benchmark-api/pom.xml
@@ -13,4 +13,5 @@
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>memory-benchmark-api</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
</project> \ No newline at end of file
diff --git a/infra/it/memory-benchmark-scripts/pom.xml b/infra/it/memory-benchmark-scripts/pom.xml
index 70a600183..8b561913b 100644
--- a/infra/it/memory-benchmark-scripts/pom.xml
+++ b/infra/it/memory-benchmark-scripts/pom.xml
@@ -17,6 +17,7 @@
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>benchmark-scripts</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<packaging>jar</packaging>
<build>
diff --git a/infra/it/memory-benchmark/pom.xml b/infra/it/memory-benchmark/pom.xml
index a3224918b..5ce24ccae 100644
--- a/infra/it/memory-benchmark/pom.xml
+++ b/infra/it/memory-benchmark/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>memory-benchmark</artifactId>
+ <name>${project.artifactId}</name>
<!-- Static version, we don't want it to be deployed anyway-->
<version>1.0.0</version>
<properties>
diff --git a/infra/minimal-distribution-test/pom.xml b/infra/minimal-distribution-test/pom.xml
index 51a5fa0fc..0379ee74f 100644
--- a/infra/minimal-distribution-test/pom.xml
+++ b/infra/minimal-distribution-test/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb</groupId>
<artifactId>minimal-distribution-test</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
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>
diff --git a/infra/test-utils/pom.xml b/infra/test-utils/pom.xml
index 3d36cb439..0ce089554 100644
--- a/infra/test-utils/pom.xml
+++ b/infra/test-utils/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.infra</groupId>
<artifactId>test-utils</artifactId>
+ <name>${project.artifactId}</name>
<packaging>pom</packaging>
<modules>
<module>test-api</module>
diff --git a/infra/test-utils/test-api/pom.xml b/infra/test-utils/test-api/pom.xml
index 1d965b6ad..5a1f68620 100644
--- a/infra/test-utils/test-api/pom.xml
+++ b/infra/test-utils/test-api/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.infra.test</groupId>
<artifactId>test-api</artifactId>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/test-utils/test-tools/pom.xml b/infra/test-utils/test-tools/pom.xml
index 1539f828b..7ecfa064f 100644
--- a/infra/test-utils/test-tools/pom.xml
+++ b/infra/test-utils/test-tools/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.infra</groupId>
<artifactId>test-tools</artifactId>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>