added display name to web.xml

This commit is contained in:
Sebastian Sdorra
2014-07-03 16:21:00 +02:00
parent 9d45731a78
commit 7199e0f3e2
2 changed files with 3 additions and 0 deletions

View File

@@ -442,6 +442,7 @@
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<configuration>
<filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
<webResources>
<resource>
<directory>${project.build.directory}/dependency-rewrite</directory>

View File

@@ -36,6 +36,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
metadata-complete="true">
<display-name>SCM-Manager ${project.version}</display-name>
<listener>
<listener-class>sonia.scm.boot.BootstrapListener</listener-class>