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 14
14
-->
15
15
16
16
<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" >
19
19
<modelVersion >4.0.0</modelVersion >
20
20
<parent >
21
21
<artifactId >powertools-parent</artifactId >
216
216
</execution >
217
217
</executions >
218
218
<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 -->
220
221
<includes >
221
222
<include >**/*E2ET.java</include >
222
223
</includes >
224
+ <excludes >
225
+ <exclude >**/TracingE2ET.java</exclude >
226
+ </excludes >
223
227
</configuration >
224
228
</plugin >
225
229
</plugins >
You can’t perform that action at this time.
0 commit comments