branch develop updated (616cce3 -> 149e50f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository wao. See http://git.codelutin.com/wao.git from 616cce3 Correction d'un bogue dans le calcul de mois ayant le plus de jour (on ne mettait pas à jour le max, donc on tombait toujours sur le dernier mois) (testable-cl #6392)) new 149e50f Modification du build pour filtrer web.xml afin d'injecter la version du projet dans la description du war (termine #6734) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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) Summary of changes: wao-web/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm