]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/pom.xml
Remove integration tests from WEBapp
[gpl/argeo-slc.git] / org.argeo.slc.webapp / pom.xml
index 628f7f57e38fad6e11f169500342a2ad19ff99d8..71c85784f7a6e1cb3ea05fa471e1b06609cb6fac 100644 (file)
@@ -55,6 +55,7 @@
                                                        <job>slc-build</job>
                                                </configuration>
                                        </execution>
+                                       <!-- 
                                        <execution>
                                                <id>slc-test</id>
                                                <phase>integration-test</phase>
@@ -65,6 +66,7 @@
                                                        <job>slc-test</job>
                                                </configuration>
                                        </execution>
+                                        -->
                                        <execution>
                                                <id>slc-api</id>
                                                <phase>site</phase>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-assembly-plugin</artifactId>
-                               <configuration>
-                                       <descriptors>
-                                               <descriptor>src/assembly/sdk.xml</descriptor>
-                                       </descriptors>
-                               </configuration>
                                <executions>
                                        <execution>
-                                               <id>assembly-base</id>
+                                               <id>assembly-ria</id>
                                                <phase>package</phase>
                                                <goals>
                                                        <goal>single</goal>
                                                </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <skipTests>true</skipTests>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>surefire-it</id>
-                                               <phase>integration-test</phase>
-                                               <goals>
-                                                       <goal>test</goal>
-                                               </goals>
                                                <configuration>
-                                                       <skipTests>false</skipTests>
+                                                       <descriptors>
+                                                               <descriptor>src/assembly/ria.xml</descriptor>
+                                                       </descriptors>
                                                </configuration>
                                        </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.mortbay.jetty</groupId>
-                               <artifactId>maven-jetty-plugin</artifactId>
-                               <executions>
                                        <execution>
-                                               <id>start-jetty</id>
-                                               <phase>pre-integration-test</phase>
+                                               <id>assembly-ria-slc</id>
+                                               <phase>package</phase>
                                                <goals>
-                                                       <goal>run-war</goal>
+                                                       <goal>single</goal>
                                                </goals>
                                                <configuration>
-                                                       <daemon>true</daemon>
+                                                       <descriptors>
+                                                               <descriptor>src/assembly/ria-slc.xml</descriptor>
+                                                       </descriptors>
                                                </configuration>
                                        </execution>
-                                       <execution>
-                                               <id>stop-jetty</id>
-                                               <phase>post-integration-test</phase>
-                                               <goals>
-                                                       <goal>stop</goal>
-                                               </goals>
-                                       </execution>
                                </executions>
-                               <configuration>
-                                       <webApp>${project.build.directory}/${artifactId}.war</webApp>
-                                       <scanIntervalSeconds>0</scanIntervalSeconds>
-                                       <webDefaultXml>src/main/config/jetty/webdefault.xml</webDefaultXml>
-                                       <jettyConfig>src/main/config/jetty/jetty-test.xml</jettyConfig>
-                               </configuration>
                        </plugin>
                </plugins>
        </build>
                        <artifactId>org.argeo.slc.server</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.launcher</artifactId>
-                       <version>${project.version}</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.ant</artifactId>
-                       <version>${project.version}</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.ws.client</artifactId>
-                       <version>${project.version}</version>
-                       <scope>test</scope>
-               </dependency>
 
+               <!-- Required in JDK 1.5 -->
                <dependency>
-                       <groupId>javax.activation</groupId>
-                       <artifactId>com.springsource.javax.activation</artifactId>
-                       <scope>test</scope>
+                       <groupId>com.sun.xml</groupId>
+                       <artifactId>
+                               com.springsource.com.sun.xml.messaging.saaj
+                               </artifactId>
                </dependency>
+
        </dependencies>
 </project>
\ No newline at end of file