File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1414 -->
1515
1616<project xmlns =" http://maven.apache.org/POM/4.0.0"
17- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
17+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1919 <modelVersion >4.0.0</modelVersion >
2020 <parent >
2121 <artifactId >powertools-parent</artifactId >
216216 </execution >
217217 </executions >
218218 <configuration >
219- <skipAfterFailureCount >1</skipAfterFailureCount > <!-- no need to continue / deploy more resources and lose time -->
219+ <skipAfterFailureCount >1</skipAfterFailureCount > <!-- no need to continue / deploy more
220+ resources and lose time -->
220221 <includes >
221222 <include >**/*E2ET.java</include >
222223 </includes >
224+ <excludes >
225+ <exclude >**/TracingE2ET.java</exclude >
226+ </excludes >
223227 </configuration >
224228 </plugin >
225229 </plugins >
You can’t perform that action at this time.
0 commit comments