File tree 2 files changed +17
-6
lines changed
2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <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" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <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 >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
7
6
<artifactId >samples-parent</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
10
8
</parent >
9
+
11
10
<groupId >org.javaee7</groupId >
12
11
<artifactId >jaxws</artifactId >
13
12
<packaging >pom</packaging >
17
16
<module >jaxws-endpoint</module >
18
17
<module >jaxws-client</module >
19
18
</modules >
20
-
19
+
21
20
<dependencies >
22
21
<dependency >
23
22
<groupId >org.javaee7</groupId >
24
23
<artifactId >test-utils</artifactId >
25
24
<version >${project.version} </version >
26
25
</dependency >
27
26
</dependencies >
27
+
28
+ <build >
29
+ <plugins >
30
+ <plugin >
31
+ <artifactId >maven-surefire-plugin</artifactId >
32
+ <configuration >
33
+ <skipTests >${skipJAXWS} </skipTests >
34
+ </configuration >
35
+ </plugin >
36
+ </plugins >
37
+ </build >
28
38
</project >
Original file line number Diff line number Diff line change 23
23
<skipJSF >${skipTests}</skipJSF >
24
24
<skipJACC >${skipTests}</skipJACC >
25
25
<skipJMS >${skipTests}</skipJMS >
26
+ <skipJAXWS >${skipTests}</skipJAXWS >
26
27
27
28
<!--
28
29
Application Server versions
29
30
(these are downloaded and installed in these versions by Maven for the CI profiles)
30
31
-->
31
32
<payara .version>4.1.2.181</payara .version>
32
- <payara .micro.version>5.Beta2 </payara .micro.version>
33
+ <payara .micro.version>5.181-SNAPSHOT </payara .micro.version>
33
34
<glassfish .version>4.1.1</glassfish .version>
34
35
<liberty .version>16.0.0.4</liberty .version>
35
36
<wildfly .version>11.0.0.Final</wildfly .version>
439
440
<dependency >
440
441
<groupId >fish.payara.arquillian</groupId >
441
442
<artifactId >arquillian-payara-micro-5-managed</artifactId >
442
- <version >1.0.Beta3-m1 </version >
443
+ <version >1.0.Beta3-m2 </version >
443
444
<scope >test</scope >
444
445
</dependency >
445
446
</dependencies >
You can’t perform that action at this time.
0 commit comments