Drop version number suffix from sdk-app war. 27/5927/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Wed, 12 Jul 2017 19:14:57 +0000 (15:14 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Wed, 12 Jul 2017 19:15:59 +0000 (15:15 -0400)
A partial step in repairing the portal deployment process.

Change-Id: I01afa08a5bfbb49013327f9b2f20358b81fee7f7
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
ecomp-sdk/epsdk-app-os/pom.xml

index 0d8c2c6..108cd4c 100644 (file)
@@ -66,6 +66,8 @@
        </profiles>
 
        <build>
+               <!-- The war file name carries no version number -->
+               <finalName>${project.artifactId}</finalName>
 
                <plugins>
                        <!-- Compile to Java 1.8 class output format -->