diff options
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 2 |
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 --> |