-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
56 lines (45 loc) · 1.65 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.bordertech.webfriends</groupId>
<name>webfriends-parent</name>
<artifactId>webfriends-parent</artifactId>
<version>0.0.7-SNAPSHOT</version>
<parent>
<groupId>com.github.bordertech.common</groupId>
<artifactId>qa-parent</artifactId>
<version>1.0.20</version>
<relativePath />
</parent>
<packaging>pom</packaging>
<properties>
<bt.qa.skip>false</bt.qa.skip>
<bt.qa.fail>false</bt.qa.fail>
</properties>
<description>
Utilities for working with HTML and Selenium.
</description>
<url>https://github.com/bordertech/webfriends</url>
<scm>
<url>https://github.com/bordertech/webfriends</url>
<connection>scm:git:https://github.com/bordertech/webfriends.git</connection>
<developerConnection>scm:git:https://github.com/bordertech/webfriends.git</developerConnection>
<tag>java-webfriends-1.0.0</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/bordertech/webfriends/issues</url>
</issueManagement>
<ciManagement>
<system>Github Actions</system>
<url>https://github.com/BorderTech/webfriends/actions</url>
</ciManagement>
<modules>
<module>webfriends-api</module>
<module>webfriends-pageobject-api</module>
<module>webfriends-selenium-util</module>
<module>webfriends-selenium-elements</module>
<module>webfriends-selenium-junit</module>
<module>webfriends-selenium-wc</module>
</modules>
</project>