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