File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.idea
2- .github /
32* .env
43* target
54* .iml
Original file line number Diff line number Diff line change 5656 <groupId >org.apache.maven.plugins</groupId >
5757 <artifactId >maven-jar-plugin</artifactId >
5858 </plugin >
59+ <plugin >
60+ <groupId >org.apache.maven.plugins</groupId >
61+ <artifactId >maven-failsafe-plugin</artifactId >
62+ </plugin >
5963
6064 <plugin >
6165 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 141141 <plugin >
142142 <groupId >org.apache.maven.plugins</groupId >
143143 <artifactId >maven-surefire-plugin</artifactId >
144+ <executions >
145+ <execution >
146+ <goals >
147+ <goal >test</goal >
148+ </goals >
149+ </execution >
150+ </executions >
144151 <configuration >
145152 <includes >
146153 <include >**/*Test.java</include >
174181 <include >**/*ITCase.java</include >
175182 </includes >
176183 <redirectTestOutputToFile >true</redirectTestOutputToFile >
177- <reportsDirectory >${project.build.directory} /test-reports</reportsDirectory >
184+ <reportsDirectory >${project.build.directory} /test-reports/ </reportsDirectory >
178185 </configuration >
179186 </plugin >
180187 <plugin >
You can’t perform that action at this time.
0 commit comments