1- <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" >
2- <parent >
3- <artifactId >jwebunit</artifactId >
4- <groupId >net.sourceforge.jwebunit</groupId >
5- <version >1.5-SNAPSHOT </version >
6- <relativePath >../</relativePath >
7- </parent >
8- <modelVersion >4.0.0</modelVersion >
9- <artifactId >jwebunit-htmlunit-plugin</artifactId >
10- <name >HtmlUnit Plugin</name >
11- <description >HtmlUnit plugin for JWebUnit.</description >
12- <build >
13- <plugins >
14- <plugin >
15- <artifactId >maven-surefire-plugin</artifactId >
16- <configuration >
17- <testFailureIgnore >false</testFailureIgnore >
18- <includes >
19- <include >**/*Test.java</include >
20- <include >**/*Tests.java</include >
21- </includes >
22- <excludes >
23- <exclude >**/*AbstractTest.java</exclude >
24- <exclude >**/*AbstractTests.java</exclude >
25- </excludes >
26- </configuration >
27- </plugin >
28- </plugins >
29- </build >
30- <dependencies >
31- <dependency >
32- <groupId >junit</groupId >
33- <artifactId >junit</artifactId >
34- <scope >test</scope >
35- </dependency >
36- <dependency >
37- <groupId >net.sourceforge.htmlunit</groupId >
38- <artifactId >htmlunit</artifactId >
39- </dependency >
40- <dependency >
41- <groupId >net.sourceforge.jwebunit</groupId >
42- <artifactId >jwebunit-core</artifactId >
43- <version >${pom.version} </version >
44- </dependency >
45- <dependency >
46- <groupId >net.sourceforge.jwebunit</groupId >
47- <artifactId >jwebunit-commons-tests</artifactId >
48- <version >${pom.version} </version >
49- <scope >test</scope >
50- </dependency >
51- <dependency >
52- <groupId >org.slf4j</groupId >
53- <artifactId >slf4j-api</artifactId >
54- </dependency >
55- <dependency >
56- <groupId >org.slf4j</groupId >
57- <artifactId >slf4j-log4j12</artifactId >
58- </dependency >
59- <dependency >
60- <groupId >javax.servlet</groupId >
61- <artifactId >servlet-api</artifactId >
62- </dependency >
63- </dependencies >
64- <properties >
65- <topDirectoryLocation >..</topDirectoryLocation >
66- </properties >
1+ <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" >
2+ <parent >
3+ <artifactId >jwebunit</artifactId >
4+ <groupId >net.sourceforge.jwebunit</groupId >
5+ <version >1.5</version >
6+ <relativePath >../</relativePath >
7+ </parent >
8+ <modelVersion >4.0.0</modelVersion >
9+ <artifactId >jwebunit-htmlunit-plugin</artifactId >
10+ <name >HtmlUnit Plugin</name >
11+ <description >HtmlUnit plugin for JWebUnit.</description >
12+ <build >
13+ <plugins >
14+ <plugin >
15+ <artifactId >maven-surefire-plugin</artifactId >
16+ <configuration >
17+ <testFailureIgnore >false</testFailureIgnore >
18+ <includes >
19+ <include >**/*Test.java</include >
20+ <include >**/*Tests.java</include >
21+ </includes >
22+ <excludes >
23+ <exclude >**/*AbstractTest.java</exclude >
24+ <exclude >**/*AbstractTests.java</exclude >
25+ </excludes >
26+ </configuration >
27+ </plugin >
28+ </plugins >
29+ </build >
30+ <dependencies >
31+ <dependency >
32+ <groupId >junit</groupId >
33+ <artifactId >junit</artifactId >
34+ <scope >test</scope >
35+ </dependency >
36+ <dependency >
37+ <groupId >net.sourceforge.htmlunit</groupId >
38+ <artifactId >htmlunit</artifactId >
39+ </dependency >
40+ <dependency >
41+ <groupId >net.sourceforge.jwebunit</groupId >
42+ <artifactId >jwebunit-core</artifactId >
43+ <version >${pom.version} </version >
44+ </dependency >
45+ <dependency >
46+ <groupId >net.sourceforge.jwebunit</groupId >
47+ <artifactId >jwebunit-commons-tests</artifactId >
48+ <version >${pom.version} </version >
49+ <scope >test</scope >
50+ </dependency >
51+ <dependency >
52+ <groupId >org.slf4j</groupId >
53+ <artifactId >slf4j-api</artifactId >
54+ </dependency >
55+ <dependency >
56+ <groupId >org.slf4j</groupId >
57+ <artifactId >slf4j-log4j12</artifactId >
58+ </dependency >
59+ <dependency >
60+ <groupId >javax.servlet</groupId >
61+ <artifactId >servlet-api</artifactId >
62+ </dependency >
63+ </dependencies >
64+ <properties >
65+ <topDirectoryLocation >..</topDirectoryLocation >
66+ </properties >
6767</project >
0 commit comments