javadoc: add missing <name> in pom files 19/12319/1
authorMarek Gradzki <[email protected]>
Mon, 30 Apr 2018 07:52:24 +0000 (09:52 +0200)
committerMarek Gradzki <[email protected]>
Wed, 2 May 2018 09:59:52 +0000 (11:59 +0200)
Change-Id: I9f892e528326cb13cafc20bc9e2d7e6a94c7d407
Signed-off-by: Marek Gradzki <[email protected]>
routing/routing-api/pom.xml
routing/routing-impl/pom.xml
vpp-common/vpp-common-integration/pom.xml
vpp-common/vpp-translate-test/pom.xml
vpp-integration/api-docs/api/pom.xml
vpp-integration/api-docs/core/pom.xml
vpp-integration/api-docs/docs/pom.xml
vpp-integration/api-docs/pom.xml
vpp-integration/api-docs/scripts/pom.xml
vpp-management/api/pom.xml
vpp-management/impl/pom.xml

index caa1be1..799c968 100644 (file)
@@ -26,6 +26,7 @@
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-api</artifactId>
     <version>1.18.07-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
     <dependencies>
index 1b1a407..8a37b59 100644 (file)
@@ -28,6 +28,7 @@
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-impl</artifactId>
     <version>1.18.07-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
     <dependencies>
index 488a278..a587e44 100644 (file)
@@ -27,6 +27,7 @@
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>vpp-common-integration</artifactId>
     <version>1.18.07-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <properties>
         <jvpp.version>18.07-SNAPSHOT</jvpp.version>
index 70915ac..dd7c008 100644 (file)
@@ -27,6 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-test</artifactId>
     <version>1.18.07-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
     <properties>
index 824872b..edc1a51 100644 (file)
@@ -38,6 +38,7 @@
     </properties>
 
     <artifactId>docs-api</artifactId>
+    <name>${project.artifactId}</name>
     <groupId>io.fd.hc2vpp.docs</groupId>
     <version>1.18.07-SNAPSHOT</version>
 
index fcb2427..12fa42b 100644 (file)
@@ -29,7 +29,7 @@
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs-core</artifactId>
     <version>1.18.07-SNAPSHOT</version>
-
+    <name>${project.artifactId}</name>
     <properties>
         <mockito-core.version>2.2.9</mockito-core.version>
         <junit.version>4.11</junit.version>
index fa71a16..6545ed6 100644 (file)
@@ -23,6 +23,7 @@
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs</artifactId>
     <version>1.18.07-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <properties>
         <!-- List of modules that are used to extract Writer/Reader factories, and therefore generate api documentation -->
index c63d141..e58f829 100644 (file)
@@ -28,6 +28,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>api-docs</artifactId>
+    <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <version>1.18.07-SNAPSHOT</version>
 
index fd810d8..cdc05e8 100644 (file)
@@ -23,6 +23,7 @@
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>scripts</artifactId>
     <version>1.18.07-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <properties>
         <groovy.version>2.4.7</groovy.version>
index d08c3ae..1a6ecd9 100644 (file)
@@ -30,6 +30,7 @@
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-api</artifactId>
     <version>1.18.07-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <dependencies>
         <dependency>
index 7b2dc2f..fb2476b 100644 (file)
@@ -30,6 +30,7 @@
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-impl</artifactId>
     <version>1.18.07-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <dependencies>
         <!-- Api -->