Skip to content

Commit

Permalink
[#1803] Prepare to run more TCK suites
Browse files Browse the repository at this point in the history
  • Loading branch information
grgrzybek committed Apr 17, 2023
1 parent f7f316d commit 43d7387
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions pax-web-itest/pax-web-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,21 @@
</goals>
<configuration>
<target>
<xslt basedir="${project.build.directory}/test-reports/tck"
<!-- <xslt basedir="${project.build.directory}/test-reports/tck-cmpn-102"-->
<!-- destdir="${project.build.directory}"-->
<!-- style="${project.build.directory}/unpack-bnd/aQute/bnd/main/testreport.xsl"-->
<!-- includes="TEST-*.xml"-->
<!-- extension=".html" />-->
<xslt basedir="${project.build.directory}/test-reports/tck-cmpn-128"
destdir="${project.build.directory}"
style="${project.build.directory}/unpack-bnd/aQute/bnd/main/testreport.xsl"
includes="TEST-*.xml"
extension=".html" />
<!-- <xslt basedir="${project.build.directory}/test-reports/tck-cmpn-140"-->
<!-- destdir="${project.build.directory}"-->
<!-- style="${project.build.directory}/unpack-bnd/aQute/bnd/main/testreport.xsl"-->
<!-- includes="TEST-*.xml"-->
<!-- extension=".html" />-->
</target>
</configuration>
</execution>
Expand All @@ -137,7 +147,9 @@
</goals>
<configuration>
<bndruns>
<bndrun>tck.bndrun</bndrun>
<!-- <bndrun>tck-cmpn-102.bndrun</bndrun>-->
<bndrun>tck-cmpn-128.bndrun</bndrun>
<!-- <bndrun>tck-cmpn-140.bndrun</bndrun>-->
</bndruns>
<failOnChanges>false</failOnChanges>
<includeDependencyManagement>true</includeDependencyManagement>
Expand All @@ -164,7 +176,9 @@
</goals>
<configuration>
<bndruns>
<include>tck.bndrun</include>
<!-- <include>tck-cmpn-102.bndrun</include>-->
<include>tck-cmpn-128.bndrun</include>
<!-- <include>tck-cmpn-140.bndrun</include>-->
</bndruns>
<failOnChanges>false</failOnChanges>
<includeDependencyManagement>true</includeDependencyManagement>
Expand Down
File renamed without changes.

0 comments on commit 43d7387

Please sign in to comment.