primefaces-selenium
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces-selenium</artifactId>
<version>15.0.17</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.primefaces</groupId>
<artifactId>primefaces-parent</artifactId>
<version>15.0.17</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>primefaces-selenium</artifactId>
<packaging>pom</packaging>
<name>PrimeFaces Selenium</name>
<description>
<![CDATA[PrimeFaces testing support based on Selenium and the concept of page ojects / fragements.]]>
</description>
<modules>
<module>primefaces-selenium-core</module>
<module>primefaces-selenium-components</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<licenseSets>
<licenseSet>
<header>../conf/header.txt</header>
</licenseSet>
</licenseSets>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>