Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: 642088e2 by Tony Chemit at 2020-05-23T13:51:15+02:00 Nom et version de l'application Web - Closes #1490 - - - - - 2 changed files: - server-runner/pom.xml - server-runner/src/main/webapp/WEB-INF/web.xml Changes: ===================================== server-runner/pom.xml ===================================== @@ -65,6 +65,25 @@ <pluginManagement> <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <configuration> + <filteringDeploymentDescriptors>true</filteringDeploymentDescriptors> +<!-- <webResources>--> +<!-- <resource>--> +<!-- <filtering>true</filtering>--> +<!-- <directory>src/main/webapp</directory>--> +<!-- <includes>--> +<!-- <include>**/web.xml</include>--> +<!-- </includes>--> +<!-- </resource>--> +<!-- </webResources>--> +<!-- <warSourceDirectory>src/main/webapp</warSourceDirectory>--> +<!-- <webXml>src/main/webapp/WEB-INF/web.xml</webXml>--> + </configuration> + </plugin> + <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> ===================================== server-runner/src/main/webapp/WEB-INF/web.xml ===================================== @@ -25,25 +25,13 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" > - <display-name>Observe Web Application by WebMotion</display-name> + <display-name>Observe Web v ${project.version} Application by WebMotion</display-name> <context-param> <param-name>wm.skip.conventionScan</param-name> <param-value>true</param-value> </context-param> - <!--filter> - <filter-name>topiaTransaction</filter-name> - <filter-class> - fr.ird.observe.services.rest.ObserveRestTransactionFilter - </filter-class> - </filter--> - - <!--filter-mapping> - <filter-name>topiaTransaction</filter-name> - <url-pattern>/*</url-pattern> - </filter-mapping--> - <listener> <listener-class>fr.ird.observe.server.ObserveWebApplicationListener</listener-class> </listener> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/642088e23c07882b5649d9b91e... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/642088e23c07882b5649d9b91e... You're receiving this email because of your account on gitlab.com.