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

org.argeo.slc/pom.xml

index 02f4aa600ee3f1831e29f412a35b85ed834a680f..34060d27c47adbad6472d1acb3e98fd92f85147c 100644 (file)
                                                                <maxIdleTime>60000</maxIdleTime>
                                                        </connector>
                                                </connectors>
+                                               <systemProperties>
+                                                       <systemProperty>
+                                                               <!-- some library (JExcelAPi) include log4j config in their jar -->
+                                                               <name>log4j.defaultInitOverride</name>
+                                                               <value>true</value>
+                                                       </systemProperty>
+                                               </systemProperties>
                                        </configuration>
                                </plugin>
                        </plugins>
                                <artifactId>aspectjweaver</artifactId>
                                <version>1.6.0</version>
                        </dependency>
-                       
+
                        <dependency>
                                <groupId>net.sourceforge.jexcelapi</groupId>
                                <artifactId>jxl</artifactId>
                                <artifactId>itext</artifactId>
                                <version>2.1.2</version>
                        </dependency>
-                       
-                       
+
+
                </dependencies>
        </dependencyManagement>
        <repositories>