]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.server/pom.xml
Remove dependency to Eclipse WTP
[gpl/argeo-slc.git] / org.argeo.slc.server / pom.xml
index d4dcaf9ed63c3d10998e88bfeb75992159dfe787..2607bbe2277816c0c32820c7f62cc1bc777a1447 100644 (file)
@@ -6,7 +6,7 @@
        <parent>\r
                <groupId>org.argeo.slc</groupId>\r
                <artifactId>argeo-slc</artifactId>\r
-               <version>0.9-SNAPSHOT</version>\r
+               <version>0.9.1</version>\r
                <relativePath>../org.argeo.slc</relativePath>\r
        </parent>\r
        <artifactId>argeo-slc-server</artifactId>\r
                                <groupId>org.apache.maven.plugins</groupId>\r
                                <artifactId>maven-source-plugin</artifactId>\r
                        </plugin>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-javadoc-plugin</artifactId>\r
-                       </plugin>\r
                        <plugin>\r
                                <groupId>org.mortbay.jetty</groupId>\r
                                <artifactId>maven-jetty-plugin</artifactId>\r
+                               <version>6.1.9</version>\r
                                <configuration>\r
-                                       <scanIntervalSeconds>5</scanIntervalSeconds>\r
+                                       <scanIntervalSeconds>10</scanIntervalSeconds>\r
                                        <contextPath>org.argeo.slc.webapp</contextPath>\r
                                        <useTestClasspath>true</useTestClasspath>\r
                                        <webAppSourceDirectory>\r
                                                ../org.argeo.slc.webapp/src/main/webapp\r
                                        </webAppSourceDirectory>\r
+                                       <stopKey>stopKey</stopKey>\r
+                                       <stopPort>8081</stopPort>\r
                                        <scanTargetPatterns>\r
                                                <scanTargetPattern>\r
                                                        <directory>\r
@@ -44,6 +43,7 @@
                                                        </directory>\r
                                                        <includes>\r
                                                                <include>**/*.xml</include>\r
+                                                               <include>**/*.properties</include>\r
                                                        </includes>\r
                                                </scanTargetPattern>\r
                                        </scanTargetPatterns>\r
@@ -74,7 +74,7 @@
                <dependency>\r
                        <groupId>javax.servlet</groupId>\r
                        <artifactId>servlet-api</artifactId>\r
-                       <scope>compile</scope>\r
+                       <scope>provided</scope>\r
                </dependency>\r
                <dependency>\r
                        <groupId>c3p0</groupId>\r