diff options
author | Michael Keppler <Michael.Keppler@gmx.de> | 2023-12-17 15:45:18 +0100 |
---|---|---|
committer | Michael Keppler <Michael.Keppler@gmx.de> | 2023-12-17 15:45:18 +0100 |
commit | 1ab2c73b4891b149429f40d326921af0b2246548 (patch) | |
tree | b93c3528ca043744588fa4684d75d0345144cdf6 | |
parent | b2abab271a3c8093cc8c2cf3d5daea7ed408b78c (diff) | |
download | jgit-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.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> |