File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed
checkmarx-ast-eclipse-plugin-tests Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change 2222 <groupId >org.mockito</groupId >
2323 <artifactId >mockito-core</artifactId >
2424 <version >5.14.2</version >
25- <scope >test</scope >
26- </dependency >
27- </dependencies >
28- <build >
29- <plugins >
30- <plugin >
31- <groupId >org.eclipse.tycho</groupId >
32- <artifactId >tycho-surefire-plugin</artifactId >
33- <version >${tycho.version} </version >
34- <configuration >
35- <useUIHarness >true</useUIHarness >
36- <useUIThread >false</useUIThread >
37- <includes >
38- <include >${test.includes} </include >
39- </includes >
40- </configuration >
41- </plugin >
42- </plugins >
25+ <scope >test</scope >
26+ </dependency >
27+ </dependencies >
28+ <build >
29+ <plugins >
30+ <plugin >
31+ <groupId >org.eclipse.tycho</groupId >
32+ <artifactId >tycho-surefire-plugin</artifactId >
33+ <version >${tycho.version} </version >
34+ <configuration >
35+ <useUIHarness >true</useUIHarness >
36+ <useUIThread >false</useUIThread >
37+ <failIfNoTests >false</failIfNoTests >
38+ <includes >
39+ <include >**/*Test.java</include >
40+ </includes >
41+ </configuration >
42+ </plugin >
43+
44+ </plugins >
4345 </build >
4446</project >
You can’t perform that action at this time.
0 commit comments