]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/pom.xml
Adapt for Tomcat and MySQL
[gpl/argeo-slc.git] / org.argeo.slc.webapp / pom.xml
index af1f3a589620ca0bda4766ca3c2d20fbe2895466..5d517148a244e004b26c5dee3f020bf9cff24e89 100644 (file)
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -6,7 +5,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9.3-SNAPSHOT</version>
+               <version>0.9.4-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>org.argeo.slc.webapp</artifactId>
                                                <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>
+                                                       <jettyConfig>
+                                                               src/main/config/jetty/jetty-test.xml
+                                                       </jettyConfig>
                                                </configuration>
                                        </execution>
                                        <execution>