summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler <Michael.Keppler@gmx.de>2023-12-17 15:45:18 +0100
committerMichael Keppler <Michael.Keppler@gmx.de>2023-12-17 15:45:18 +0100
commit1ab2c73b4891b149429f40d326921af0b2246548 (patch)
treeb93c3528ca043744588fa4684d75d0345144cdf6
parentb2abab271a3c8093cc8c2cf3d5daea7ed408b78c (diff)
downloadjgit-1ab2c73b4891b149429f40d326921af0b2246548.tar.gz
jgit-1ab2c73b4891b149429f40d326921af0b2246548.zip
Remove invalid spotbugs configuration
* findbugsXmlOutput was renamed to spotbugsXmlOutput long ago * spotbugsXmlOutput has a default value of true and is deprecated, therefore removing the entire line seems most reasonable See https://spotbugs.github.io/spotbugs-maven-plugin/check-mojo.html#spotbugsXmlOutput Change-Id: I83c0bbce1fb3622accb13978319b4313b0121655
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8bc33659d8..9dee177254 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,6 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${spotbugs-maven-plugin-version}</version>
<configuration>
- <findbugsXmlOutput>true</findbugsXmlOutput>
<failOnError>false</failOnError>
</configuration>
<executions>