mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-07 16:12:10 +01:00
added display name to web.xml
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user