Add name property in pom as aai-spike 49/58449/1
authorMichael Arrastia <MArrasti@amdocs.com>
Wed, 1 Aug 2018 16:01:08 +0000 (17:01 +0100)
committerMichael Arrastia <MArrasti@amdocs.com>
Wed, 1 Aug 2018 16:01:08 +0000 (17:01 +0100)
The aai prefix in the name is needed to identify the microservice as
part of AAI. For example, for the AAI Sonar project.

Change-Id: I035c392668a71d7af6a5b6b138b66cee6cd35e13
Issue-ID: AAI-1438
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index f70e568..2341bd6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
     <groupId>org.onap.aai</groupId>
     <artifactId>spike</artifactId>
     <version>1.0.0-SNAPSHOT</version>
+    <name>aai-spike</name>
 
     <properties>
         <aaiCommonVersion>1.2.4</aaiCommonVersion>