diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-22 19:23:44 +0000 |
---|---|---|
committer | Gerrit Code Review <support@gerrithub.io> | 2023-12-22 19:23:44 +0000 |
commit | a423f17c8ac26de1912961dad0ec2c13f108e39a (patch) | |
tree | 9010f6bffa4c43abac9164d1bf1aa6d653cb9799 /pom.xml | |
parent | aab576cd1836d9ec371a290e84084417c9b80c58 (diff) | |
parent | 1ab2c73b4891b149429f40d326921af0b2246548 (diff) | |
download | jgit-a423f17c8ac26de1912961dad0ec2c13f108e39a.tar.gz jgit-a423f17c8ac26de1912961dad0ec2c13f108e39a.zip |
Merge "Remove invalid spotbugs configuration"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -263,7 +263,6 @@ <artifactId>spotbugs-maven-plugin</artifactId> <version>${spotbugs-maven-plugin-version}</version> <configuration> - <findbugsXmlOutput>true</findbugsXmlOutput> <failOnError>false</failOnError> </configuration> <executions> |