This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 8edfb88211c9cd08dde62d63469f4916db8c9e60 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Nov 8 21:14:43 2015 +0100 Suppression code mort --- observe-application-web/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/observe-application-web/pom.xml b/observe-application-web/pom.xml index eca5565..ae8ee44 100644 --- a/observe-application-web/pom.xml +++ b/observe-application-web/pom.xml @@ -218,16 +218,6 @@ <webAppConfig> <contextPath>/${defaultWebContextPath}</contextPath> </webAppConfig> - <!--systemProperties> - <systemProperty> - <name>testDirectory</name> - <value>${defaultLogDir}</value> - </systemProperty> - <systemProperty> - <name>pollen.data.directory</name> - <value>${defaultDbDir}</value> - </systemProperty> - </systemProperties--> </configuration> </plugin> @@ -236,10 +226,6 @@ <artifactId>tomcat7-maven-plugin</artifactId> <configuration> <path>/${defaultWebContextPath}</path> - <!--systemProperties> - <pollen.data.directory>${defaultDbDir}</pollen.data.directory> - <pollen.log.dir>${defaultLogDir}</pollen.log.dir> - </systemProperties--> <uriEncoding>UTF-8</uriEncoding> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.