From: Mechtilde <mechtilde@debian.org>
Date: Sun, 30 Mar 2025 13:50:03 +0200
Subject: 03_Remove maven-compiler-plugin from pom.xml

Forwarded:   No
Last-Update: 2019-10-01
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index c4eefa6..e9cce86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,16 +144,6 @@
 			-->
 		</resources>
 		<plugins>
-			<plugin>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.3.2</version>
-				<configuration>
-					<encoding>UTF-8</encoding>
-					<source>${java.version}</source>
-					<target>${java.version}</target>
-				</configuration>
-			</plugin>
-
 			<!-- Copy the project's dependencies into a folder -->
 			<plugin>
 				<artifactId>maven-dependency-plugin</artifactId>
