File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
extensions/smallrye-openapi/deployment Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 143143 By adding this configuration we ensure that the maven surefire plugin will execute twice, one for the regular **/*Test.java
144144 tests (using the 'default-test' execution), and one for the prod mode tests (this 'dev-mode' execution)
145145 -->
146- <execution >
147- <id >default-test</id >
148- <configuration >
149- <includes >
150- <include >**/Test*.java</include >
151- <include >**/*Test.java</include >
152- <include >**/*Tests.java</include >
153- </includes >
154- </configuration >
155- </execution >
156146 <execution >
157147 <id >dev-mode</id >
158148 <phase >test</phase >
163153 <includes >**/*DMT.java</includes >
164154 </configuration >
165155 </execution >
166- <!-- for now, run the TestCase in a separate surefire execution to try and minimize OOME issues -->
167- <execution >
168- <id >test-case</id >
169- <phase >test</phase >
170- <goals >
171- <goal >test</goal >
172- </goals >
173- <configuration >
174- <includes >**/*TestCase.java</includes >
175- </configuration >
176- </execution >
177156 </executions >
178157 </plugin >
179158 <plugin >
You can’t perform that action at this time.
0 commit comments