File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 8787 <openapi-generator-version >3.3.4</openapi-generator-version >
8888 <maven-plugin-version >1.0.0</maven-plugin-version >
8989 <openvalidation-version >0.0.1</openvalidation-version >
90+ <skipTests >false</skipTests >
9091 </properties >
9192
9293 <dependencies >
254255 <target >1.8</target >
255256 </configuration >
256257 </plugin >
258+ <plugin >
259+ <groupId >org.apache.maven.plugins</groupId >
260+ <artifactId >maven-surefire-plugin</artifactId >
261+ <version >3.0.0-M3</version >
262+ <configuration >
263+ <skipTests >${skipTests} </skipTests >
264+ <includes >
265+ <include >**/*Test*</include >
266+ <include >**/*Test</include >
267+ <include >**/Test*</include >
268+ <include >Test*</include >
269+ <include >*Test</include >
270+ <include >*Tests</include >
271+ <include >*TestCase</include >
272+ </includes >
273+ </configuration >
274+ </plugin >
257275 <plugin >
258276 <groupId >com.coveo</groupId >
259277 <artifactId >fmt-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments