summaryrefslogtreecommitdiffstats
path: root/infra/it
diff options
context:
space:
mode:
Diffstat (limited to 'infra/it')
-rw-r--r--infra/it/benchmark/pom.xml1
-rw-r--r--infra/it/management/pom.xml2
-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, 1 deletions
diff --git a/infra/it/benchmark/pom.xml b/infra/it/benchmark/pom.xml
index defbc08f6..79e3baa68 100644
--- a/infra/it/benchmark/pom.xml
+++ b/infra/it/benchmark/pom.xml
@@ -30,6 +30,7 @@
<groupId>io.fd.honeycomb</groupId>
<artifactId>benchmark</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<packaging>jar</packaging>
<properties>
diff --git a/infra/it/management/pom.xml b/infra/it/management/pom.xml
index e0edcc383..ade1da402 100644
--- a/infra/it/management/pom.xml
+++ b/infra/it/management/pom.xml
@@ -33,7 +33,7 @@
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>management</artifactId>
<version>1.18.07-SNAPSHOT</version>
-
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
diff --git a/infra/it/memory-benchmark-api/pom.xml b/infra/it/memory-benchmark-api/pom.xml
index 03a2655f8..6ddba8245 100644
--- a/infra/it/memory-benchmark-api/pom.xml
+++ b/infra/it/memory-benchmark-api/pom.xml
@@ -13,4 +13,5 @@
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>memory-benchmark-api</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
</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 70a600183..8b561913b 100644
--- a/infra/it/memory-benchmark-scripts/pom.xml
+++ b/infra/it/memory-benchmark-scripts/pom.xml
@@ -17,6 +17,7 @@
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>benchmark-scripts</artifactId>
<version>1.18.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<packaging>jar</packaging>
<build>
diff --git a/infra/it/memory-benchmark/pom.xml b/infra/it/memory-benchmark/pom.xml
index a3224918b..5ce24ccae 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>