Add missing <name> in it test poms 46/6546/1
authorMarek Gradzki <[email protected]>
Thu, 27 Apr 2017 12:21:09 +0000 (14:21 +0200)
committerMarek Gradzki <[email protected]>
Tue, 2 May 2017 06:59:21 +0000 (08:59 +0200)
Change-Id: I8b91234bd491694ff1e605914626c50cf1bd668e
Signed-off-by: Marek Gradzki <[email protected]>
it/api-test/pom.xml
it/pom.xml

index 3e9342a..accd8cf 100644 (file)
@@ -28,6 +28,7 @@
 
     <artifactId>api-test</artifactId>
     <version>1.17.07-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <dependencies>
         <dependency>
index 12c004a..833f20f 100644 (file)
@@ -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>