This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit 149e50f515999f4f219c7d2970c3b5256b6bf49e Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Mar 3 11:21:28 2015 +0100 Modification du build pour filtrer web.xml afin d'injecter la version du projet dans la description du war (termine #6734) --- wao-web/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wao-web/pom.xml b/wao-web/pom.xml index 08e2ca1..7dd79e9 100644 --- a/wao-web/pom.xml +++ b/wao-web/pom.xml @@ -254,6 +254,14 @@ </includes> <filtering>true</filtering> </resource> + <resource> + <directory>src/main/webapp/WEB-INF</directory> + <targetPath>WEB-INF</targetPath> + <includes> + <include>web.xml</include> + </includes> + <filtering>true</filtering> + </resource> </webResources> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.