summaryrefslogtreecommitdiffstats
path: root/infra/test-utils
diff options
context:
space:
mode:
Diffstat (limited to 'infra/test-utils')
-rw-r--r--infra/test-utils/pom.xml1
-rw-r--r--infra/test-utils/test-api/pom.xml1
-rw-r--r--infra/test-utils/test-tools/pom.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/infra/test-utils/pom.xml b/infra/test-utils/pom.xml
index 3d36cb439..0ce089554 100644
--- a/infra/test-utils/pom.xml
+++ b/infra/test-utils/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.infra</groupId>
<artifactId>test-utils</artifactId>
+ <name>${project.artifactId}</name>
<packaging>pom</packaging>
<modules>
<module>test-api</module>
diff --git a/infra/test-utils/test-api/pom.xml b/infra/test-utils/test-api/pom.xml
index 1d965b6ad..5a1f68620 100644
--- a/infra/test-utils/test-api/pom.xml
+++ b/infra/test-utils/test-api/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.infra.test</groupId>
<artifactId>test-api</artifactId>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/infra/test-utils/test-tools/pom.xml b/infra/test-utils/test-tools/pom.xml
index 1539f828b..7ecfa064f 100644
--- a/infra/test-utils/test-tools/pom.xml
+++ b/infra/test-utils/test-tools/pom.xml
@@ -28,6 +28,7 @@
<groupId>io.fd.honeycomb.infra</groupId>
<artifactId>test-tools</artifactId>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>