summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-12-22 19:23:44 +0000
committerGerrit Code Review <support@gerrithub.io>2023-12-22 19:23:44 +0000
commita423f17c8ac26de1912961dad0ec2c13f108e39a (patch)
tree9010f6bffa4c43abac9164d1bf1aa6d653cb9799 /pom.xml
parentaab576cd1836d9ec371a290e84084417c9b80c58 (diff)
parent1ab2c73b4891b149429f40d326921af0b2246548 (diff)
downloadjgit-a423f17c8ac26de1912961dad0ec2c13f108e39a.tar.gz
jgit-a423f17c8ac26de1912961dad0ec2c13f108e39a.zip
Merge "Remove invalid spotbugs configuration"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 194461a9b2..afbbbc6294 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>