summaryrefslogtreecommitdiffstats
path: root/vpp-integration
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-04-30 09:52:24 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-05-02 11:59:52 +0200
commit52ca7c2e86cf982bf1cd4aaea8869555fea0aa4a (patch)
treec64c497c7784047f371e9c41d1f4b5d13b460a27 /vpp-integration
parent30b088af1c187d7d3abd65030089c2a56f5cf95b (diff)
javadoc: add missing <name> in pom files
Change-Id: I9f892e528326cb13cafc20bc9e2d7e6a94c7d407 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration')
-rw-r--r--vpp-integration/api-docs/api/pom.xml1
-rw-r--r--vpp-integration/api-docs/core/pom.xml2
-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
5 files changed, 5 insertions, 1 deletions
diff --git a/vpp-integration/api-docs/api/pom.xml b/vpp-integration/api-docs/api/pom.xml
index 824872bff..edc1a51a1 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.07-SNAPSHOT</version>
diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml
index fcb2427ac..12fa42b5e 100644
--- a/vpp-integration/api-docs/core/pom.xml
+++ b/vpp-integration/api-docs/core/pom.xml
@@ -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>
diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml
index fa71a160d..6545ed671 100644
--- a/vpp-integration/api-docs/docs/pom.xml
+++ b/vpp-integration/api-docs/docs/pom.xml
@@ -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 -->
diff --git a/vpp-integration/api-docs/pom.xml b/vpp-integration/api-docs/pom.xml
index c63d1415f..e58f829b4 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.07-SNAPSHOT</version>
diff --git a/vpp-integration/api-docs/scripts/pom.xml b/vpp-integration/api-docs/scripts/pom.xml
index fd810d807..cdc05e876 100644
--- a/vpp-integration/api-docs/scripts/pom.xml
+++ b/vpp-integration/api-docs/scripts/pom.xml
@@ -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>