File: 14-Remove-maven-jar-plugin.patch.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 (33 lines) | stat: -rw-r--r-- 749 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
32
33
From: Mechtilde <mechtilde@debian.org>
Date: Sun, 6 Apr 2025 14:24:52 +0200
Subject: Remove maven-jar-plugin.patch

Gbp-Pq: Remove_maven-jar-plugin.patch
Forwarded:   No
Last update: 2025-04-06
---
 pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 39d083f..7483026 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,17 +148,6 @@
 
 
 			
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<configuration>
-					<archive>
-						<manifestEntries>
-							<Automatic-Module-Name>com.googlecode.ezvcard</Automatic-Module-Name>
-						</manifestEntries>
-					</archive>
-				</configuration>
-			</plugin>
 		</plugins>
 	</build>