2006-11-07 21:32:57 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
2006-12-23 01:39:46 -05:00
|
|
|
~ Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
~ or more contributor license agreements. See the NOTICE file
|
|
|
|
~ distributed with this work for additional information
|
|
|
|
~ regarding copyright ownership. The ASF licenses this file
|
|
|
|
~ to you under the Apache License, Version 2.0 (the
|
|
|
|
~ "License"); you may not use this file except in compliance
|
|
|
|
~ with the License. You may obtain a copy of the License at
|
2006-11-07 21:32:57 -05:00
|
|
|
~
|
2006-12-23 01:39:46 -05:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2006-11-07 21:32:57 -05:00
|
|
|
~
|
2006-12-23 01:39:46 -05:00
|
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
|
|
~ software distributed under the License is distributed on an
|
|
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
~ KIND, either express or implied. See the License for the
|
|
|
|
~ specific language governing permissions and limitations
|
|
|
|
~ under the License.
|
2006-11-07 21:32:57 -05:00
|
|
|
-->
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2008-08-14 11:35:35 -04:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2006-11-07 21:32:57 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2007-03-22 18:03:11 -04:00
|
|
|
<artifactId>archiva-web</artifactId>
|
2008-08-14 11:35:35 -04:00
|
|
|
<version>1.2-SNAPSHOT</version>
|
2006-11-07 21:32:57 -05:00
|
|
|
</parent>
|
|
|
|
<artifactId>archiva-webapp-test</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2007-03-22 18:03:11 -04:00
|
|
|
<name>Archiva Web :: Application Tests</name>
|
2006-11-07 21:32:57 -05:00
|
|
|
<dependencies>
|
2007-05-02 22:47:26 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-command-line</artifactId>
|
2008-08-14 11:35:35 -04:00
|
|
|
<version>1.0-alpha-2</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2007-05-02 22:47:26 -04:00
|
|
|
</dependency>
|
2006-11-07 21:32:57 -05:00
|
|
|
<dependency>
|
2008-03-28 22:01:11 -04:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2006-11-07 21:32:57 -05:00
|
|
|
<artifactId>archiva-webapp</artifactId>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-web-ui-tests</artifactId>
|
2007-06-03 20:56:05 -04:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2006-11-07 21:32:57 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2007-05-02 22:47:26 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</dependency>
|
2008-08-14 11:35:35 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-slf4j-logging</artifactId>
|
|
|
|
</dependency>
|
2007-05-02 22:47:26 -04:00
|
|
|
|
|
|
|
<!-- Dependency for MavenConnectionTest -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>jdom</groupId>
|
|
|
|
<artifactId>jdom</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jaxen</groupId>
|
|
|
|
<artifactId>jaxen</artifactId>
|
|
|
|
</dependency>
|
2007-05-01 09:37:43 -04:00
|
|
|
|
|
|
|
<!-- Dependencies below are provided by the appserver -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.mail</groupId>
|
|
|
|
<artifactId>mail</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.activation</groupId>
|
|
|
|
<artifactId>activation</artifactId>
|
|
|
|
</dependency>
|
2006-11-07 21:32:57 -05:00
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<testSourceDirectory>src/test/it</testSourceDirectory>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>dependency-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>unzip-archiva-webapp</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>unpack</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<artifactItems>
|
|
|
|
<artifactItem>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>archiva-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
</artifactItem>
|
|
|
|
</artifactItems>
|
|
|
|
<outputDirectory>${project.build.directory}/${container.name}conf/webapps/archiva</outputDirectory>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2007-05-01 09:37:43 -04:00
|
|
|
<execution>
|
|
|
|
<id>prepare-provided-dependencies</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>copy-dependencies</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2008-08-14 11:35:35 -04:00
|
|
|
<includeGroupIds>org.apache.derby,javax.mail,javax.activation</includeGroupIds>
|
2007-05-01 09:37:43 -04:00
|
|
|
<overWriteReleases>false</overWriteReleases>
|
|
|
|
<overWriteSnapshots>true</overWriteSnapshots>
|
|
|
|
<excludeTransitive>false</excludeTransitive>
|
|
|
|
<outputDirectory>${project.build.directory}/providedDependencies</outputDirectory>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2006-11-07 21:32:57 -05:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<executions>
|
2007-05-01 09:37:43 -04:00
|
|
|
<execution>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<tasks>
|
|
|
|
<copy todir="${project.build.directory}/appserver-base">
|
|
|
|
<fileset dir="src/test/resources/appserver-base" />
|
|
|
|
</copy>
|
|
|
|
<copy todir="${project.build.directory}/repository">
|
|
|
|
<fileset dir="src/test/resources/repository" />
|
|
|
|
</copy>
|
|
|
|
<copy todir="${project.build.directory}/index">
|
|
|
|
<fileset dir="src/test/resources/index" />
|
|
|
|
</copy>
|
2007-05-02 22:47:26 -04:00
|
|
|
<copy todir="${project.build.directory}/snapshots">
|
|
|
|
<fileset dir="src/test/resources/snapshots" />
|
|
|
|
</copy>
|
|
|
|
<copy todir="${project.build.directory}/projects">
|
|
|
|
<fileset dir="src/test/resources/projects" />
|
|
|
|
</copy>
|
|
|
|
<copy todir="${project.build.directory}/local-repo">
|
|
|
|
<fileset dir="src/test/resources/local-repo" />
|
|
|
|
</copy>
|
2007-05-01 09:37:43 -04:00
|
|
|
</tasks>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2006-11-07 21:32:57 -05:00
|
|
|
<execution>
|
|
|
|
<id>copy-container-conf</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<configuration>
|
|
|
|
<tasks>
|
|
|
|
<copy todir="${project.build.directory}/${container.name}conf">
|
2008-08-14 11:35:35 -04:00
|
|
|
<fileset dir="src/test/${container.name}" />
|
2006-11-07 21:32:57 -05:00
|
|
|
</copy>
|
2006-12-23 01:39:46 -05:00
|
|
|
<copy
|
2008-08-14 11:35:35 -04:00
|
|
|
todir="${project.build.directory}/installs/${container.name}/apache-tomcat-5.5.26/apache-tomcat-5.5.26/common/lib">
|
2007-05-01 09:37:43 -04:00
|
|
|
<fileset dir="${project.build.directory}/providedDependencies">
|
2008-08-14 11:35:35 -04:00
|
|
|
<include name="**/*.jar" />
|
2006-11-07 21:32:57 -05:00
|
|
|
</fileset>
|
|
|
|
</copy>
|
|
|
|
</tasks>
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
2006-12-04 05:11:37 -05:00
|
|
|
<execution>
|
|
|
|
<id>check-archiva-loaded</id>
|
|
|
|
<phase>integration-test</phase>
|
|
|
|
<configuration>
|
|
|
|
<tasks>
|
2008-08-14 11:35:35 -04:00
|
|
|
<get src="http://localhost:9696/archiva/" dest="${project.build.directory}/index.html" />
|
|
|
|
<delete file="${project.build.directory}/index.html" />
|
2006-12-04 05:11:37 -05:00
|
|
|
</tasks>
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
2006-11-07 21:32:57 -05:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>testCompile</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>selenium-maven-plugin</artifactId>
|
2007-05-29 23:47:07 -04:00
|
|
|
<version>1.0-beta-1</version>
|
2006-11-07 21:32:57 -05:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>start-selenium</id>
|
|
|
|
<phase>pre-integration-test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>start-server</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<background>true</background>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.cargo</groupId>
|
|
|
|
<artifactId>cargo-maven2-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>start-container</id>
|
|
|
|
<phase>pre-integration-test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>start</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>stop-container</id>
|
|
|
|
<phase>post-integration-test</phase>
|
|
|
|
<goals>
|
2006-12-23 01:39:46 -05:00
|
|
|
<goal>stop</goal>
|
2006-11-07 21:32:57 -05:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<wait>false</wait>
|
|
|
|
<container>
|
|
|
|
<containerId>${container.name}</containerId>
|
|
|
|
<zipUrlInstaller>
|
|
|
|
<url>${container.url}</url>
|
|
|
|
<installDir>${project.build.directory}/installs/${container.name}</installDir>
|
|
|
|
</zipUrlInstaller>
|
|
|
|
<log>${project.build.directory}/logs/${container.name}.log</log>
|
|
|
|
<output>${project.build.directory}/logs/${container.name}.out</output>
|
|
|
|
<timeout>600000</timeout>
|
2006-12-23 23:25:44 -05:00
|
|
|
<systemProperties>
|
2007-05-01 09:37:43 -04:00
|
|
|
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
|
2008-08-14 11:35:35 -04:00
|
|
|
<appserver.home>${project.build.directory}/appserver-base</appserver.home>
|
2006-12-23 23:25:44 -05:00
|
|
|
</systemProperties>
|
2006-11-07 21:32:57 -05:00
|
|
|
</container>
|
|
|
|
<configuration>
|
|
|
|
<home>${project.build.directory}/${container.name}conf</home>
|
|
|
|
<type>existing</type>
|
|
|
|
<properties>
|
2007-01-26 04:44:02 -05:00
|
|
|
<cargo.servlet.port>9696</cargo.servlet.port>
|
2006-11-07 21:32:57 -05:00
|
|
|
</properties>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>integration-test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>test</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<systemProperties>
|
|
|
|
<property>
|
|
|
|
<name>browser</name>
|
|
|
|
<value>${browser}</value>
|
|
|
|
</property>
|
|
|
|
</systemProperties>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>tomcat5x</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<container.name>tomcat5x</container.name>
|
2008-08-14 11:35:35 -04:00
|
|
|
<container.url>http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.26/bin/apache-tomcat-5.5.26.zip</container.url>
|
2006-11-07 21:32:57 -05:00
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>firefox</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<browser>*firefox</browser>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>iexplore</id>
|
|
|
|
<properties>
|
|
|
|
<browser>*iexplore</browser>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>otherbrowser</id>
|
|
|
|
<properties>
|
|
|
|
<browser>*custom ${browserPath}</browser>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2008-08-14 11:35:35 -04:00
|
|
|
</project>
|