]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.11.0
[gpl/argeo-slc.git] / org.argeo.slc.webapp / pom.xml
index af1f3a589620ca0bda4766ca3c2d20fbe2895466..cfb1b0a8aa02942551cee1bf98c7e921bb960b5c 100644 (file)
@@ -1,12 +1,9 @@
-<?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">
+<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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9.3-SNAPSHOT</version>
+               <version>0.11.0</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>