diff options
author | 2018-04-30 09:52:24 +0200 | |
---|---|---|
committer | 2018-04-30 09:52:24 +0200 | |
commit | 95e32f9869d885aa685e970f7a97e8b9ac7c2bdc (patch) | |
tree | 834283cdcb9f459238676e2290c9a70b0c1ec4bd /vpp-integration/api-docs/docs | |
parent | 9dc6e21d764e7d94ccbf5bd8674b7f2665b8231a (diff) |
javadoc: add missing <name> in pom files
Change-Id: I9f892e528326cb13cafc20bc9e2d7e6a94c7d407
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration/api-docs/docs')
-rw-r--r-- | vpp-integration/api-docs/docs/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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> |