diff options
Diffstat (limited to 'infra/test-utils')
-rw-r--r-- | infra/test-utils/pom.xml | 1 | ||||
-rw-r--r-- | infra/test-utils/test-api/pom.xml | 1 | ||||
-rw-r--r-- | infra/test-utils/test-tools/pom.xml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/infra/test-utils/pom.xml b/infra/test-utils/pom.xml index 4340ee4f0..11b3bf259 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 017524e88..a3326ca2b 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 0b7d7dc37..7cfb59bf3 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> |