javadoc: add missing <name> in pom files 16/12316/1
authorMarek Gradzki <mgradzki@cisco.com>
Fri, 27 Apr 2018 19:26:37 +0000 (21:26 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Wed, 2 May 2018 09:53:15 +0000 (11:53 +0200)
Change-Id: I3d65b568c3651e4b2474c25bdf80cf3fff416360
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
24 files changed:
common/yang-whitelist/pom.xml
infra/bgp-distribution-test/pom.xml
infra/binding-init/pom.xml
infra/footprint/pom.xml
infra/it/benchmark/pom.xml
infra/it/management/pom.xml
infra/it/memory-benchmark-api/pom.xml
infra/it/memory-benchmark-scripts/pom.xml
infra/it/memory-benchmark/pom.xml
infra/minimal-distribution-test/pom.xml
infra/northbound/bgp-extensions/evpn/pom.xml
infra/northbound/bgp-extensions/extension-common/pom.xml
infra/northbound/bgp-extensions/inet/pom.xml
infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
infra/northbound/bgp-extensions/labeled-unicast/pom.xml
infra/northbound/bgp-extensions/linkstate/pom.xml
infra/northbound/bgp-extensions/pom.xml
infra/northbound/bgp/pom.xml
infra/northbound/common/pom.xml
infra/northbound/pom.xml
infra/test-utils/pom.xml
infra/test-utils/test-api/pom.xml
infra/test-utils/test-tools/pom.xml

index 5526c81..5ad1dbe 100644 (file)
@@ -29,6 +29,7 @@
 
     <groupId>io.fd.honeycomb.yang</groupId>
     <artifactId>yang-whitelist-aggregator</artifactId>
+    <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <modules>
         <module>yang-whitelist-api</module>
index df04f8f..42eaa32 100644 (file)
@@ -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>
index 0ca2a93..2ba1b40 100644 (file)
@@ -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>
index 89b6131..1ce84d9 100644 (file)
@@ -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>
index defbc08..79e3baa 100644 (file)
@@ -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>
index e0edcc3..ade1da4 100644 (file)
@@ -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>
index 03a2655..6ddba82 100644 (file)
@@ -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
index 70a6001..8b56191 100644 (file)
@@ -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>
index a322491..5ce24cc 100644 (file)
@@ -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>
index 51a5fa0..0379ee7 100644 (file)
@@ -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>
index ea9f467..9523988 100644 (file)
@@ -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>
index 07c55f1..6656264 100644 (file)
@@ -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-->
index da504a5..f2de527 100644 (file)
@@ -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>
index add25b7..1458aa5 100644 (file)
@@ -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>
index 5c8c9fb..611c666 100644 (file)
@@ -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>
index e87ba36..3627360 100644 (file)
@@ -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>
index c55abc7..a0c2c28 100644 (file)
@@ -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>
index d67a4f6..c0a0ff0 100644 (file)
@@ -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>
index 26ac1a9..2cd4787 100644 (file)
@@ -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 -->
index a44b683..6f756d5 100644 (file)
@@ -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>
index c78314c..427ac12 100644 (file)
@@ -28,6 +28,7 @@
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>northbound-aggegator</artifactId>
+    <name>${project.artifactId}</name>
     <packaging>pom</packaging>
 
     <modules>
index 3d36cb4..0ce0895 100644 (file)
@@ -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>
index 1d965b6..5a1f686 100644 (file)
@@ -28,6 +28,7 @@
 
     <groupId>io.fd.honeycomb.infra.test</groupId>
     <artifactId>test-api</artifactId>
+    <name>${project.artifactId}</name>
 
     <dependencies>
         <dependency>
index 1539f82..7ecfa06 100644 (file)
@@ -28,6 +28,7 @@
 
     <groupId>io.fd.honeycomb.infra</groupId>
     <artifactId>test-tools</artifactId>
+    <name>${project.artifactId}</name>
 
     <dependencies>
         <dependency>