File: 03-03_Remove-maven-compiler-plugin-from-pom.xml.patch

package info (click to toggle)
ez-vcard 0.12.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,916 kB
  • sloc: java: 37,651; xml: 570; javascript: 33; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 789 bytes parent folder | download
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>