summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--it/api-test/pom.xml1
-rw-r--r--it/pom.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/it/api-test/pom.xml b/it/api-test/pom.xml
index 3e9342aee..accd8cf3f 100644
--- a/it/api-test/pom.xml
+++ b/it/api-test/pom.xml
@@ -28,6 +28,7 @@
<artifactId>api-test</artifactId>
<version>1.17.07-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/it/pom.xml b/it/pom.xml
index 12c004ad0..833f20f2b 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -29,6 +29,7 @@
<groupId>io.fd.hc2vpp.infra</groupId>
<artifactId>it-aggregator</artifactId>
<packaging>pom</packaging>
+ <name>${project.artifactId}</name>
<modules>
<module>api-test</module>