summaryrefslogtreecommitdiffstats
path: root/vpp-common
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-common
parent30b088af1c187d7d3abd65030089c2a56f5cf95b (diff)
javadoc: add missing <name> in pom files
Change-Id: I9f892e528326cb13cafc20bc9e2d7e6a94c7d407 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-common')
-rw-r--r--vpp-common/vpp-common-integration/pom.xml1
-rw-r--r--vpp-common/vpp-translate-test/pom.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml
index 488a27836..a587e4407 100644
--- a/vpp-common/vpp-common-integration/pom.xml
+++ b/vpp-common/vpp-common-integration/pom.xml
@@ -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>
diff --git a/vpp-common/vpp-translate-test/pom.xml b/vpp-common/vpp-translate-test/pom.xml
index 70915ac94..dd7c00839 100644
--- a/vpp-common/vpp-translate-test/pom.xml
+++ b/vpp-common/vpp-translate-test/pom.xml
@@ -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>