]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.server/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.11.0
[gpl/argeo-slc.git] / org.argeo.slc.server / pom.xml
index 147ba303ea4ccb177c27c5a05c40827362255081..d616d5e619db4993d63194cbd85573dee2e10681 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-SNAPSHOT</version>
+               <version>0.11.0</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-server</artifactId>
                                <groupId>org.mortbay.jetty</groupId>
                                <artifactId>maven-jetty-plugin</artifactId>
                                <configuration>
-                                       <scanIntervalSeconds>10</scanIntervalSeconds>
                                        <webAppSourceDirectory>
                                                ../org.argeo.slc.webapp/src/main/webapp
                                        </webAppSourceDirectory>
-                                       <scanTargetPatterns>
-                                               <scanTargetPattern>
-                                                       <directory>
-                                                               ../org.argeo.slc.webapp/src/main/webapp
-                                                       </directory>
-                                                       <includes>
-                                                               <include>**/*.xml</include>
-                                                               <include>**/*.properties</include>
-                                                       </includes>
-                                               </scanTargetPattern>
-                                       </scanTargetPatterns>
+                                       <jettyConfig>
+                                               ../org.argeo.slc.webapp/src/main/config/jetty/jetty-test.xml
+                                       </jettyConfig>
                                </configuration>
                        </plugin>
                </plugins>
                        <artifactId>servlet-api</artifactId>
                        <scope>provided</scope>
                </dependency>
-               <dependency>
-                       <groupId>c3p0</groupId>
-                       <artifactId>c3p0</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjweaver</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>net.sourceforge.jexcelapi</groupId>
+                       <artifactId>jxl</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>com.lowagie</groupId>
+                       <artifactId>itext</artifactId>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file