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>
|