aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-08-01 17:01:08 +0100
committerMichael Arrastia <MArrasti@amdocs.com>2018-08-01 17:01:08 +0100
commite4a7e56f452c03ce832fe2fa59430cb1ae985949 (patch)
treec60aeb4865bd6ee9cf3b6425632e9aaa70edcafb
parent9f0385738187dc18fa479b8498d63e382723f5ea (diff)
Add name property in pom as aai-spike
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>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f70e568..2341bd6 100644
--- 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>