]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Make assert SlcExecution cover underlying steps
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index b3d45a2b2c8eff964b59987ce669c6181b828a82..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>
                                <artifactId>commons-io</artifactId>
                                <version>1.3.2</version>
                        </dependency>
+                       <dependency>
+                               <groupId>commons-cli</groupId>
+                               <artifactId>commons-cli</artifactId>
+                               <version>1.1</version>
+                       </dependency>
 
                        <dependency>
                                <groupId>hsqldb</groupId>
                                <updatePolicy>daily</updatePolicy>
                                <checksumPolicy>warn</checksumPolicy>
                        </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
                </repository>
                <repository>
                        <id>argeo</id>