Deactivate default log4j init
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 6 Jul 2008 19:06:55 +0000 (19:06 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 6 Jul 2008 19:06:55 +0000 (19:06 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1366 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc.webapp/pom.xml

index b3d2206f6117aeeb4f7cf88d4f76de2e24e970fc..af1f3a589620ca0bda4766ca3c2d20fbe2895466 100644 (file)
                                                <configuration>
                                                        <scanIntervalSeconds>0</scanIntervalSeconds>
                                                        <daemon>true</daemon>
+                                                       <systemProperties>
+                                                               <systemProperty>
+                                                                       <!-- some library (JExcelAPi) include log4j config in their jar -->
+                                                                       <name>
+                                                                               log4j.defaultInitOverride
+                                                                       </name>
+                                                                       <value>true</value>
+                                                               </systemProperty>
+                                                       </systemProperties>
                                                </configuration>
                                        </execution>
                                        <execution>