|
107 | 107 | </goals>
|
108 | 108 | <configuration>
|
109 | 109 | <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" |
111 | 116 | destdir="${project.build.directory}"
|
112 | 117 | style="${project.build.directory}/unpack-bnd/aQute/bnd/main/testreport.xsl"
|
113 | 118 | includes="TEST-*.xml"
|
114 | 119 | 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" />--> |
115 | 125 | </target>
|
116 | 126 | </configuration>
|
117 | 127 | </execution>
|
|
137 | 147 | </goals>
|
138 | 148 | <configuration>
|
139 | 149 | <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>--> |
141 | 153 | </bndruns>
|
142 | 154 | <failOnChanges>false</failOnChanges>
|
143 | 155 | <includeDependencyManagement>true</includeDependencyManagement>
|
|
164 | 176 | </goals>
|
165 | 177 | <configuration>
|
166 | 178 | <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>--> |
168 | 182 | </bndruns>
|
169 | 183 | <failOnChanges>false</failOnChanges>
|
170 | 184 | <includeDependencyManagement>true</includeDependencyManagement>
|
|
0 commit comments