8000 removed Eclipse specific settings in pom.xml · utPLSQL/utPLSQL-SQLDeveloper@4aa4d4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 4aa4d4a

Browse files
removed Eclipse specific settings in pom.xml
1 parent 67462aa commit 4aa4d4a

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

sqldev/pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -255,35 +255,6 @@
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>

0 commit comments

Comments
 (0)
0