File tree 1 file changed +0
-29
lines changed
Filter options
1 file changed +0
-29
lines changed
Original file line number Diff line number Diff line change 255
255
</resource >
256
256
</resources >
257
257
<plugins >
258
- <plugin >
259
- <groupId >org.apache.maven.plugins</groupId >
260
- <version >3.10.1</version >
261
- <artifactId >maven-compiler-plugin</artifactId >
262
- <configuration >
263
- <source >${jdk.version} </source >
264
- <target >${jdk.version} </target >
265
- <!-- used by Maven build -->
266
- <testSource >${jdk.version.test} </testSource >
267
- <testTarget >${jdk.version.test} </testTarget >
268
- <includes >
269
- <include >**/*.java</include >
270
- </includes >
271
- </configuration >
272
- <executions >
273
- <!-- used by Eclipse when updating project -->
274
- <execution >
275
- <id >test-compile</id >
276
- <phase >process-test-sources</phase >
277
- <goals >
278
- <goal >testCompile</goal >
279
- </goals >
280
- <configuration >
281
- <source >${jdk.version.test} </source >
282
- <target >${jdk.version.test} </target >
283
- </configuration >
284
- </execution >
285
- </executions >
286
- </plugin >
287
258
<plugin >
288
259
<groupId >org.apache.maven.plugins</groupId >
289
260
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments