File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 166
166
<goal >test-compile</goal >
167
167
</goals >
168
168
<configuration >
169
- <args >
170
- </args >
169
+ <sourceDirs >
170
+ <source >${project.basedir} /src/test/java</source >
171
+ <source >${project.basedir} /src/test/kotlin</source >
172
+ </sourceDirs >
171
173
</configuration >
172
174
</execution >
173
175
</executions >
248
250
</goals >
249
251
<configuration >
250
252
<sources >
253
+ <source >src/main/java</source >
251
254
<source >src/main/kotlin</source >
252
255
</sources >
253
256
</configuration >
254
257
</execution >
258
+ <execution >
259
+ <id >add-test-source</id >
260
+ <phase >generate-test-sources</phase >
261
+ <goals >
262
+ <goal >add-source</goal >
263
+ </goals >
264
+ <configuration >
265
+ <sources >
266
+ <source >src/test/java</source >
267
+ <source >src/test/kotlin</source >
268
+ </sources >
269
+ </configuration >
270
+ </execution >
255
271
</executions >
256
272
</plugin >
257
273
</plugins >
You can’t perform that action at this time.
0 commit comments