Introduce automated integration tests on the web app
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Jun 2008 17:14:53 +0000 (17:14 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Jun 2008 17:14:53 +0000 (17:14 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1283 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc/pom.xml

index 882a2e529bbf4af0d5abdd654f0eccfee2c8f0ef..c71c706a43e3e32a172da841a47f23fd1f4e7b93 100644 (file)
                                                </execution>
                                        </executions>
                                </plugin>
+                               <plugin>
+                                       <groupId>org.mortbay.jetty</groupId>
+                                       <artifactId>maven-jetty-plugin</artifactId>
+                                       <version>6.1.10</version>
+                                       <configuration>
+                                               <contextPath>org.argeo.slc.webapp</contextPath>
+                                               <stopKey>stopKey</stopKey>
+                                               <stopPort>8081</stopPort>
+                                       </configuration>
+                               </plugin>
                        </plugins>
                </pluginManagement>
                <plugins>
                                <artifactId>jta</artifactId>
                                <version>1.0.1</version>
                        </dependency>
-                       
+
                        <dependency>
                                <groupId>junit</groupId>
                                <artifactId>junit</artifactId>
                                <updatePolicy>daily</updatePolicy>
                                <checksumPolicy>warn</checksumPolicy>
                        </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
                </repository>
                <repository>
                        <id>argeo</id>