]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.server/pom.xml
Update version flags
[gpl/argeo-slc.git] / org.argeo.slc.server / pom.xml
index d4dcaf9ed63c3d10998e88bfeb75992159dfe787..b370913ed9eefffb3848bfe65e27b67271d6c034 100644 (file)
                                <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