root
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jboss.test.richfaces-selenium</groupId> <artifactId>root</artifactId> <version>1.5.3.Final</version> </dependency>
<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> <groupId>org.jboss.test.richfaces-selenium</groupId> <artifactId>root</artifactId> <version>1.5.3.Final</version> <packaging>pom</packaging> <name>RichFaces-Selenium: Root</name> <description>Library extending Selenium functionality for testing Ajax and containing templates for testing of JavaEE applications incl. server deployment</description> <url>http://community.jboss.org/en/richfaces/dev</url> <parent> <artifactId>jboss-parent</artifactId> <groupId>org.jboss</groupId> <version>5</version> </parent> <modules> <module>library</module> <module>functional-test-template</module> <module>library/functional-test</module> </modules> <licenses> <license> <name>GNU Lesser General Public License, Version 2.1</name> <distribution>repo</distribution> <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url> </license> </licenses> <scm> <connection>scm:svn:http://anonsvn.jboss.org/repos/qa/richfaces-selenium/tags/1.5.3.Final</connection> <developerConnection>scm:svn:https://svn.jboss.org/repos/qa/richfaces-selenium/tags/1.5.3.Final</developerConnection> <url>http://fisheye.jboss.org/browse/qa/richfaces-selenium/tags/1.5.3.Final</url> </scm> <issueManagement> <system>jira</system> <url>https://jira.jboss.org/jira/browse/RFPL</url> </issueManagement> <developers> <developer> <name>Lukas Fryc</name> <email>lfryc@redhat.com</email> </developer> </developers> <repositories> <repository> <id>jboss-public-repository-group</id> <name>JBoss Public Maven Repository Group</name> <url>https://repository.jboss.org/nexus/content/groups/public/</url> <layout>default</layout> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>interval:60</updatePolicy> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>jboss-public-repository-group</id> <name>JBoss Public Maven Repository Group</name> <url>https://repository.jboss.org/nexus/content/groups/public/</url> <layout>default</layout> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>interval:60</updatePolicy> </snapshots> </pluginRepository> </pluginRepositories> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <version.richfaces-selenium>1.5.3.Final</version.richfaces-selenium> </properties> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> <arguments>-Dselenium.test.skip=true -Dselenium.server.skip=true -Denforcer.skip=true</arguments> <tagBase>https://svn.jboss.org/repos/qa/richfaces-selenium/tags</tagBase> <branchBase>https://svn.jboss.org/repos/qa/richfaces-selenium/branches</branchBase> </configuration> </plugin> </plugins> <!-- To allow to deploy releases in SVN --> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-scm</artifactId> <version>1.0-beta-6</version> </extension> <extension> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-manager-plexus</artifactId> <version>1.0</version> </extension> <extension> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-svnexe</artifactId> <version>1.0</version> </extension> </extensions> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-help-plugin</artifactId> <version>2.1.1</version> </plugin> <plugin> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven2-plugin</artifactId> <version>1.0.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.4.3</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>selenium-maven-plugin</artifactId> <version>1.0.1</version> </plugin> </plugins> </pluginManagement> </build> <dependencyManagement> <dependencies> <dependency> <groupId>org.jboss.test</groupId> <artifactId>richfaces-selenium</artifactId> <version>${version.richfaces-selenium}</version> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>5.12.1</version> </dependency> <dependency> <groupId>org.seleniumhq.selenium.client-drivers</groupId> <artifactId>selenium-java-client-driver</artifactId> <version>1.0.2</version> </dependency> <dependency> <groupId>org.seleniumhq.selenium.server</groupId> <artifactId>selenium-server-coreless</artifactId> <version>1.0.3</version> <exclusions> <exclusion> <groupId>jetty</groupId> <artifactId>org.mortbay.jetty</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.seleniumhq.selenium.server</groupId> <artifactId>selenium-server</artifactId> <version>1.0.3</version> <classifier>standalone</classifier> <type>jar</type> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.5</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.4</version> </dependency> </dependencies> </dependencyManagement> </project>