File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 255255 </resource >
256256 </resources >
257257 <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 >
287258 <plugin >
288259 <groupId >org.apache.maven.plugins</groupId >
289260 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments