summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-07-12 15:14:57 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-07-12 15:15:59 -0400
commit6b751528434a6a6c12ec4f734e5ea6ec67bf11d1 (patch)
tree81b3451ccfa9775cf606bfb0014dcea96e7b6f3c
parent0139961db8552f68611f486d09a1bd9e39538f3c (diff)
Drop version number suffix from sdk-app war.
A partial step in repairing the portal deployment process. Change-Id: I01afa08a5bfbb49013327f9b2f20358b81fee7f7 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r--ecomp-sdk/epsdk-app-os/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml
index 0d8c2c6e..108cd4c9 100644
--- a/ecomp-sdk/epsdk-app-os/pom.xml
+++ b/ecomp-sdk/epsdk-app-os/pom.xml
@@ -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 -->