Skip to content

Commit 43d7387

Browse files
committed
[#1803] Prepare to run more TCK suites
1 parent f7f316d commit 43d7387

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

pax-web-itest/pax-web-tck/pom.xml

+17-3
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,21 @@
107107
</goals>
108108
<configuration>
109109
<target>
110-
<xslt basedir="${project.build.directory}/test-reports/tck"
110+
<!-- <xslt basedir="${project.build.directory}/test-reports/tck-cmpn-102"-->
111+
<!-- destdir="${project.build.directory}"-->
112+
<!-- style="${project.build.directory}/unpack-bnd/aQute/bnd/main/testreport.xsl"-->
113+
<!-- includes="TEST-*.xml"-->
114+
<!-- extension=".html" />-->
115+
<xslt basedir="${project.build.directory}/test-reports/tck-cmpn-128"
111116
destdir="${project.build.directory}"
112117
style="${project.build.directory}/unpack-bnd/aQute/bnd/main/testreport.xsl"
113118
includes="TEST-*.xml"
114119
extension=".html" />
120+
<!-- <xslt basedir="${project.build.directory}/test-reports/tck-cmpn-140"-->
121+
<!-- destdir="${project.build.directory}"-->
122+
<!-- style="${project.build.directory}/unpack-bnd/aQute/bnd/main/testreport.xsl"-->
123+
<!-- includes="TEST-*.xml"-->
124+
<!-- extension=".html" />-->
115125
</target>
116126
</configuration>
117127
</execution>
@@ -137,7 +147,9 @@
137147
</goals>
138148
<configuration>
139149
<bndruns>
140-
<bndrun>tck.bndrun</bndrun>
150+
<!-- <bndrun>tck-cmpn-102.bndrun</bndrun>-->
151+
<bndrun>tck-cmpn-128.bndrun</bndrun>
152+
<!-- <bndrun>tck-cmpn-140.bndrun</bndrun>-->
141153
</bndruns>
142154
<failOnChanges>false</failOnChanges>
143155
<includeDependencyManagement>true</includeDependencyManagement>
@@ -164,7 +176,9 @@
164176
</goals>
165177
<configuration>
166178
<bndruns>
167-
<include>tck.bndrun</include>
179+
<!-- <include>tck-cmpn-102.bndrun</include>-->
180+
<include>tck-cmpn-128.bndrun</include>
181+
<!-- <include>tck-cmpn-140.bndrun</include>-->
168182
</bndruns>
169183
<failOnChanges>false</failOnChanges>
170184
<includeDependencyManagement>true</includeDependencyManagement>

0 commit comments

Comments
 (0)