File: Remove-jacoco-maven-plugin.patch

package info (click to toggle)
jbibtex 1.0.20-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 5,524 kB
  • sloc: java: 1,478; xml: 122; sh: 10; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Remove jacoco-maven-plugin
Forwarded:   No
Author:      Mechtilde Stehmann <mechtilde@debian.org>
Last-Update: 2025-10-12
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
 					</dependency>
 				</dependencies>
 			</plugin>
-			<plugin>
+			<!--<plugin>
 				<groupId>org.jacoco</groupId>
 				<artifactId>jacoco-maven-plugin</artifactId>
 				<version>0.8.7</version>
@@ -171,7 +171,7 @@
 						</goals>
 					</execution>
 				</executions>
-			</plugin>
+			</plugin> -->
 		</plugins>
 	</build>
 </project>