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

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

diff --git a/pom.xml b/pom.xml
index 22d31e0..7219f23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,20 +144,6 @@
 			-->
 		</resources>
 		<plugins>
-			<!-- Create a source code JAR -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-source-plugin</artifactId>
-				<version>2.1.2</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-
 			<!-- Create a Javadoc JAR -->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
