aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2019-09-05 16:11:42 -0400
committerTschaen, Brendan <ctschaen@att.com>2019-09-05 16:11:42 -0400
commit76f600628b9e41f6fcddc0926f276e4fe15355e8 (patch)
tree25d6b6cbd1945d18e9ab0c55ad1668853c48da08 /pom.xml
parent6aad1c6198726b0e7963db363ea0cfc28e93fcd5 (diff)
Rename springboot jar
Jars are now MUSIC-SB.jar for springboot packaged jar and MUSIC.jar for music jar Change-Id: I9348d43227983b45c74a728862fc5608831e033c Issue-ID: MUSIC-466 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 085d3b7f..406e7864 100755
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,6 @@
</repositories>
<build>
- <!-- <finalName>${project.artifactId}-${project.version}-${timestamp}</finalName>-->
<finalName>${project.artifactId}</finalName>
<sourceDirectory>src/main/java</sourceDirectory>
<outputDirectory>src/main/webapp/WEB-INF/classes</outputDirectory>
@@ -146,6 +145,7 @@
<mainClass>org.onap.music.MusicApplication</mainClass>
<outputDirectory>./distribution/music/</outputDirectory>
<addResources>true</addResources>
+ <finalName>${project.artifactId}-SB</finalName>
</configuration>
<executions>
<execution>