Add missing <name> in it test poms 98/6498/1
authorMarek Gradzki <[email protected]>
Thu, 27 Apr 2017 12:21:09 +0000 (14:21 +0200)
committerMarek Gradzki <[email protected]>
Thu, 27 Apr 2017 12:23:52 +0000 (14:23 +0200)
Change-Id: I8b91234bd491694ff1e605914626c50cf1bd668e
Signed-off-by: Marek Gradzki <[email protected]>
it/api-test/pom.xml
it/pom.xml

index b26c22f..887aaa8 100644 (file)
@@ -28,6 +28,7 @@
 
     <artifactId>api-test</artifactId>
     <version>1.17.04-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <dependencies>
         <dependency>
index 2b89d23..0e26ab1 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>