diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-27 21:26:37 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-27 21:26:40 +0200 |
commit | 4c6c6b426f3c5aac1bef98247855478da6987750 (patch) | |
tree | 45e080686625c9767a2c56457c2a420b51bb15ca /infra/it/memory-benchmark-api/pom.xml | |
parent | 4bba613683dad79dc2bea558b971eca50b354af3 (diff) |
javadoc: add missing <name> in pom files
Change-Id: I3d65b568c3651e4b2474c25bdf80cf3fff416360
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/it/memory-benchmark-api/pom.xml')
-rw-r--r-- | infra/it/memory-benchmark-api/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/it/memory-benchmark-api/pom.xml b/infra/it/memory-benchmark-api/pom.xml index 5728f8cb0..cdec45a6e 100644 --- a/infra/it/memory-benchmark-api/pom.xml +++ b/infra/it/memory-benchmark-api/pom.xml @@ -12,5 +12,6 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>memory-benchmark-api</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> </project>
\ No newline at end of file |