webtest-maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>webtest-maven-plugin</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0"?> <!-- 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 http://www.apache.org/licenses/LICENSE-2.0 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. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.codehaus.mojo</groupId> <artifactId>mojo-parent</artifactId> <version>28</version> </parent> <artifactId>webtest-maven-plugin</artifactId> <packaging>maven-plugin</packaging> <version>1.0.0</version> <name>Canoo WebTest Maven Plugin</name> <inceptionYear>2007</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <description> Canoo WebTest plugin for Maven2 and Maven3. Canoo WebTest is a free Java tools for functional testing of web applications and the plugin allows to run Canoo Webtests from within a Maven build. </description> <prerequisites> <maven>2.2.1</maven> </prerequisites> <scm> <connection>scm:svn:http://svn.codehaus.org/mojo/tags/webtest-maven-plugin-1.0.0</connection> <developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/webtest-maven-plugin-1.0.0</developerConnection> <url>http://fisheye.codehaus.org/browse/mojo/tags/webtest-maven-plugin-1.0.0</url> </scm> <issueManagement> <system>JIRA</system> <url>http://jira.codehaus.org/browse/MWEBTEST</url> </issueManagement> <properties> <mojo.java.target>1.5</mojo.java.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sitePluginVersion>2.2</sitePluginVersion> </properties> <developers> <developer> <id>sgoeschl</id> <name>Siegfried Goeschl</name> <roles> <role>Java Developer</role> </roles> <timezone>+1</timezone> </developer> </developers> <contributors> <contributor> <name>Christoph Lipp</name> <timezone>+1</timezone> </contributor> <contributor> <name>Mark Struberg</name> <timezone>+1</timezone> </contributor> <contributor> <name>Krystian Nowak</name> <timezone>+1</timezone> </contributor> <contributor> <name>Mirko Friedenhagen</name> <timezone>+1</timezone> </contributor> </contributors> <dependencies> <!-- webtest-maven-plugin dependencies --> <dependency> <groupId>xom</groupId> <artifactId>xom</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>test</scope> </dependency> <!-- Canoo WebTest dependencies --> <dependency> <groupId>net.sourceforge.htmlunit</groupId> <artifactId>htmlunit</artifactId> <version>2.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-launcher</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-nodeps</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-trax</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-apache-bsf</artifactId> <version>1.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-junit</artifactId> <version>1.7.0</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>easymock</groupId> <artifactId>easymock</artifactId> <version>1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>bsf</groupId> <artifactId>bsf</artifactId> <version>2.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.agical.rmock</groupId> <artifactId>rmock</artifactId> <version>2.0.2</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.2.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> <version>1.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.14</version> <scope>compile</scope> </dependency> <dependency> <!-- emailtest --> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans</groupId> <artifactId>jemmy</artifactId> <version>2.2.7.5</version> <scope>compile</scope> </dependency> <dependency> <!-- excel --> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.1-FINAL</version> <scope>compile</scope> </dependency> <dependency> <groupId>pdfbox</groupId> <artifactId>pdfbox</artifactId> <version>0.7.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.4</version> <scope>test</scope> </dependency> <!-- maven plugin deps --> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1.1</version> <exclusions> <exclusion> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> </exclusion> <exclusion> <groupId>jdom</groupId> <artifactId>jdom</artifactId> </exclusion> <exclusion> <groupId>xom</groupId> <artifactId>xom</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> <version>2.0.4</version> </dependency> </dependencies> <build> <!-- fixes MSITE-459 which causes site-deploy to fail --> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav-jackrabbit</artifactId> <version>1.0-beta-7</version> </extension> </extensions> <plugins> <plugin> <!-- generate the IntelliJ project files --> <artifactId>maven-idea-plugin</artifactId> <version>2.2</version> <configuration> <jdkLevel>${maven.compile.source}</jdkLevel> <downloadSources>true</downloadSources> </configuration> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.6</version> <executions> <execution> <phase>process-classes</phase> <configuration> <target> <unzip dest="./target/classes"> <fileset dir="./src/main/libs"> <include name="*.jar" /> </fileset> </unzip> </target> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>