diff options
-rw-r--r-- | it/api-test/pom.xml | 1 | ||||
-rw-r--r-- | it/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/it/api-test/pom.xml b/it/api-test/pom.xml index b26c22f7d..887aaa83c 100644 --- a/it/api-test/pom.xml +++ b/it/api-test/pom.xml @@ -28,6 +28,7 @@ <artifactId>api-test</artifactId> <version>1.17.04-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> diff --git a/it/pom.xml b/it/pom.xml index 2b89d233e..0e26ab19e 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> |