summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-04-27 14:21:09 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-04-27 14:23:52 +0200
commitba9af2574e9f6a73cbdbb01146584cb3edb0854f (patch)
treea0580e5401e4243023985c6c13f9c9ef236b113e
parent6e78cf979a0496f13043ebbbd51fbcfc6148172e (diff)
Add missing <name> in it test poms
Change-Id: I8b91234bd491694ff1e605914626c50cf1bd668e Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-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 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>