This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit 5f767909a13a63e615ab59c1d9bb3dfc925e11a6 Author: Kevin Morin <morin@codelutin.com> Date: Fri Feb 5 17:23:51 2016 +0100 ajout de la propriété pour deployer le war --- faxtomail-ui-web/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index c89cad3..25eae80 100644 --- a/faxtomail-ui-web/pom.xml +++ b/faxtomail-ui-web/pom.xml @@ -52,6 +52,9 @@ <jsCachePeriod>1</jsCachePeriod> <jsPreProcessors>preProcessors=forceCssDataUri,cssUrlRewriting,cssImport,semicolonAppender</jsPreProcessors> <jsPostProcessors>postProcessors=cssVariables</jsPostProcessors> + + <maven.deploy.skip>false</maven.deploy.skip> + </properties> <dependencies> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.