javadoc: add missing <name> in pom files 85/12285/1
authorMarek Gradzki <[email protected]>
Mon, 30 Apr 2018 07:52:24 +0000 (09:52 +0200)
committerMarek Gradzki <[email protected]>
Mon, 30 Apr 2018 07:52:24 +0000 (09:52 +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 2077e3f..d93f2fd 100644 (file)
@@ -25,6 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-api</artifactId>
+    <name>${project.artifactId}</name>
     <version>1.18.04-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
index 5b95c4a..4bfb192 100644 (file)
@@ -27,6 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.routing</groupId>
     <artifactId>routing-impl</artifactId>
+    <name>${project.artifactId}</name>
     <version>1.18.04-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
index f1e1a3d..795dd75 100644 (file)
@@ -26,6 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.hc2vpp.common</groupId>
     <artifactId>vpp-common-integration</artifactId>
+    <name>${project.artifactId}</name>
     <version>1.18.04-SNAPSHOT</version>
 
     <properties>
index 1b59755..b3e4bd0 100644 (file)
@@ -26,6 +26,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vpp-translate-test</artifactId>
+    <name>${project.artifactId}</name>
     <version>1.18.04-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
index f182c06..ad8fea9 100644 (file)
@@ -38,6 +38,7 @@
     </properties>
 
     <artifactId>docs-api</artifactId>
+    <name>${project.artifactId}</name>
     <groupId>io.fd.hc2vpp.docs</groupId>
     <version>1.18.04-SNAPSHOT</version>
 
index 24aa518..ebb6549 100644 (file)
@@ -28,6 +28,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs-core</artifactId>
+    <name>${project.artifactId}</name>
     <version>1.18.04-SNAPSHOT</version>
 
     <properties>
index afe89a2..018b348 100644 (file)
@@ -22,6 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>docs</artifactId>
+    <name>${project.artifactId}</name>
     <version>1.18.04-SNAPSHOT</version>
 
     <properties>
index 104909c..3143048 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.04-SNAPSHOT</version>
 
index 7625593..b36926b 100644 (file)
@@ -22,6 +22,7 @@
 
     <groupId>io.fd.hc2vpp.docs</groupId>
     <artifactId>scripts</artifactId>
+    <name>${project.artifactId}</name>
     <version>1.18.04-SNAPSHOT</version>
 
     <properties>
index ec62b17..9409e81 100644 (file)
@@ -29,6 +29,7 @@
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-api</artifactId>
+    <name>${project.artifactId}</name>
     <version>1.18.04-SNAPSHOT</version>
 
     <dependencies>
index f848cd1..f0affe9 100644 (file)
@@ -29,6 +29,7 @@
 
     <groupId>io.fd.hc2vpp.management</groupId>
     <artifactId>vpp-management-impl</artifactId>
+    <name>${project.artifactId}</name>
     <version>1.18.04-SNAPSHOT</version>
 
     <dependencies>