summaryrefslogtreecommitdiffstats
path: root/infra/it
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-04-27 21:26:37 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-04-27 21:26:40 +0200
commit4c6c6b426f3c5aac1bef98247855478da6987750 (patch)
tree45e080686625c9767a2c56457c2a420b51bb15ca /infra/it
parent4bba613683dad79dc2bea558b971eca50b354af3 (diff)
javadoc: add missing <name> in pom files
Change-Id: I3d65b568c3651e4b2474c25bdf80cf3fff416360 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/it')
-rw-r--r--infra/it/benchmark/pom.xml1
-rw-r--r--infra/it/management/pom.xml1
-rw-r--r--infra/it/memory-benchmark-api/pom.xml1
-rw-r--r--infra/it/memory-benchmark-scripts/pom.xml1
-rw-r--r--infra/it/memory-benchmark/pom.xml1
5 files changed, 5 insertions, 0 deletions
diff --git a/infra/it/benchmark/pom.xml b/infra/it/benchmark/pom.xml
index b5529ba2d..96baaeb5f 100644
--- a/infra/it/benchmark/pom.xml
+++ b/infra/it/benchmark/pom.xml
@@ -29,6 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb</groupId>
<artifactId>benchmark</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<packaging>jar</packaging>
diff --git a/infra/it/management/pom.xml b/infra/it/management/pom.xml
index 73a191f61..233450c30 100644
--- a/infra/it/management/pom.xml
+++ b/infra/it/management/pom.xml
@@ -32,6 +32,7 @@
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>management</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<dependencies>
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
diff --git a/infra/it/memory-benchmark-scripts/pom.xml b/infra/it/memory-benchmark-scripts/pom.xml
index 08992fe56..41e3e55e0 100644
--- a/infra/it/memory-benchmark-scripts/pom.xml
+++ b/infra/it/memory-benchmark-scripts/pom.xml
@@ -16,6 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>benchmark-scripts</artifactId>
+ <name>${project.artifactId}</name>
<version>1.18.04-SNAPSHOT</version>
<packaging>jar</packaging>
diff --git a/infra/it/memory-benchmark/pom.xml b/infra/it/memory-benchmark/pom.xml
index df1e15784..498e8d345 100644
--- a/infra/it/memory-benchmark/pom.xml
+++ b/infra/it/memory-benchmark/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>memory-benchmark</artifactId>
+ <name>${project.artifactId}</name>
<!-- Static version, we don't want it to be deployed anyway-->
<version>1.0.0</version>
<properties>