summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-04-30 09:52:24 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-04-30 09:52:24 +0200
commit95e32f9869d885aa685e970f7a97e8b9ac7c2bdc (patch)
tree834283cdcb9f459238676e2290c9a70b0c1ec4bd
parent9dc6e21d764e7d94ccbf5bd8674b7f2665b8231a (diff)
javadoc: add missing <name> in pom files
Change-Id: I9f892e528326cb13cafc20bc9e2d7e6a94c7d407 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r--routing/routing-api/pom.xml1
-rw-r--r--routing/routing-impl/pom.xml1
-rw-r--r--vpp-common/vpp-common-integration/pom.xml1
-rw-r--r--vpp-common/vpp-translate-test/pom.xml1
-rw-r--r--vpp-integration/api-docs/api/pom.xml1
-rw-r--r--vpp-integration/api-docs/core/pom.xml1
-rw-r--r--vpp-integration/api-docs/docs/pom.xml1
-rw-r--r--vpp-integration/api-docs/pom.xml1
-rw-r--r--vpp-integration/api-docs/scripts/pom.xml1
-rw-r--r--vpp-management/api/pom.xml1
-rw-r--r--vpp-management/impl/pom.xml1
11 files changed, 11 insertions, 0 deletions
diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml
index 2077e3fd7..d93f2fd63 100644
--- a/routing/routing-api/pom.xml
+++ b/routing/routing-api/pom.xml
@@ -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>
diff --git a/routing/routing-impl/pom.xml b/routing/routing-impl/pom.xml
index 5b95c4a81..4bfb19279 100644
--- a/routing/routing-impl/pom.xml
+++ b/routing/routing-impl/pom.xml
@@ -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>
diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml
index f1e1a3d2a..795dd7504 100644
--- a/vpp-common/vpp-common-integration/pom.xml
+++ b/vpp-common/vpp-common-integration/pom.xml
@@ -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>
diff --git a/vpp-common/vpp-translate-test/pom.xml b/vpp-common/vpp-translate-test/pom.xml
index 1b59755f3..b3e4bd0f0 100644
--- a/vpp-common/vpp-translate-test/pom.xml
+++ b/vpp-common/vpp-translate-test/pom.xml
@@ -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>
diff --git a/vpp-integration/api-docs/api/pom.xml b/vpp-integration/api-docs/api/pom.xml
index f182c06da..ad8fea968 100644
--- a/vpp-integration/api-docs/api/pom.xml
+++ b/vpp-integration/api-docs/api/pom.xml
@@ -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>
diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml
index 24aa51821..ebb65496b 100644
--- a/vpp-integration/api-docs/core/pom.xml
+++ b/vpp-integration/api-docs/core/pom.xml
@@ -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>
diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml
index afe89a239..018b34802 100644
--- a/vpp-integration/api-docs/docs/pom.xml
+++ b/vpp-integration/api-docs/docs/pom.xml
@@ -22,6 +22,7 @@
<groupId>io.fd.hc2vpp.docs</groupId>
<artifactId>docs</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<properties>
diff --git a/vpp-integration/api-docs/pom.xml b/vpp-integration/api-docs/pom.xml
index 104909cda..3143048dc 100644
--- a/vpp-integration/api-docs/pom.xml
+++ b/vpp-integration/api-docs/pom.xml
@@ -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>
diff --git a/vpp-integration/api-docs/scripts/pom.xml b/vpp-integration/api-docs/scripts/pom.xml
index 762559398..b36926b4f 100644
--- a/vpp-integration/api-docs/scripts/pom.xml
+++ b/vpp-integration/api-docs/scripts/pom.xml
@@ -22,6 +22,7 @@
<groupId>io.fd.hc2vpp.docs</groupId>
<artifactId>scripts</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<properties>
diff --git a/vpp-management/api/pom.xml b/vpp-management/api/pom.xml
index ec62b1718..9409e81af 100644
--- a/vpp-management/api/pom.xml
+++ b/vpp-management/api/pom.xml
@@ -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>
diff --git a/vpp-management/impl/pom.xml b/vpp-management/impl/pom.xml
index f848cd1f2..f0affe9d8 100644
--- a/vpp-management/impl/pom.xml
+++ b/vpp-management/impl/pom.xml
@@ -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>