1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
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>
|