File tree 2 files changed +20
-33
lines changed
applications/spring-shell 2 files changed +20
-33
lines changed Original file line number Diff line number Diff line change 144
144
</execution >
145
145
</executions >
146
146
</plugin >
147
- <plugin >
148
- <groupId >org.apache.maven.plugins</groupId >
149
- <artifactId >maven-failsafe-plugin</artifactId >
150
- <version >2.22.2</version >
151
- <configuration >
152
- <!-- <forkCount>1C</forkCount>-->
153
- <!-- <reuseForks>false</reuseForks>-->
154
- <includes >
155
- <include >**/*IT.java</include >
156
- <include >**/*IntegrationTest.java</include >
157
- <include >**/*ITCase.java</include >
158
- </includes >
159
- <trimStackTrace >false</trimStackTrace >
160
- <groups >integration</groups >
161
- <classesDirectory >${project.build.outputDirectory} </classesDirectory >
162
- </configuration >
163
- <executions >
164
- <execution >
165
- <id >integration-test</id >
166
- <phase >integration-test</phase >
167
- <goals >
168
- <goal >integration-test</goal >
169
- </goals >
170
- </execution >
171
- <execution >
172
- <id >verify</id >
173
- <phase >verify</phase >
174
- <goals >
175
- <goal >verify</goal >
176
- </goals >
177
- </execution >
178
- </executions >
179
- </plugin >
180
147
</plugins >
181
148
</build >
182
149
</project >
Original file line number Diff line number Diff line change 339
339
<threadCount >10</threadCount >
340
340
</configuration >
341
341
</plugin >
342
+ <plugin >
343
+ <groupId >org.apache.maven.plugins</groupId >
344
+ <artifactId >maven-failsafe-plugin</artifactId >
345
+ <version >2.22.2</version >
346
+ <configuration >
347
+ <groups >integration</groups >
348
+ <includes >
349
+ <include >**/*Test.java</include >
350
+ </includes >
351
+ <trimStackTrace >false</trimStackTrace >
352
+ </configuration >
353
+ <executions >
354
+ <execution >
355
+ <goals >
356
+ <goal >integration-test</goal >
357
+ <goal >verify</goal >
358
+ </goals >
359
+ </execution >
360
+ </executions >
361
+ </plugin >
342
362
343
363
<plugin >
344
364
<groupId >io.spring.javaformat</groupId >
You can’t perform that action at this time.
0 commit comments