Skip to content

Commit

Permalink
[cleanup] Remove deprecated 'spotbugsXmlOutput' as it is not used any…
Browse files Browse the repository at this point in the history
…where
  • Loading branch information
hazendaz committed Dec 17, 2023
1 parent cd1e7e1 commit 03351a5
Show file tree
Hide file tree
Showing 40 changed files with 0 additions and 58 deletions.
1 change: 0 additions & 1 deletion src/it/MFINDBUGS-178/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion src/it/basic-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<includeTests>true</includeTests>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/change-xml-filename/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<relaxed>true</relaxed>
<spotbugsXmlOutputFilename>findbugsXml.xml</spotbugsXmlOutputFilename>
Expand Down
1 change: 0 additions & 1 deletion src/it/effort-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<effort>Default</effort>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<relaxed>true</relaxed>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/effort-max/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<effort>Max</effort>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<relaxed>true</relaxed>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/effort-min/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<effort>Min</effort>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<relaxed>true</relaxed>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/empty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion src/it/encoding-utf8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion src/it/exclude-multi-list/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<excludeFilterFiles>
<excludeFilterFile>whizbang/lib-filter.xml</excludeFilterFile>
Expand Down
1 change: 0 additions & 1 deletion src/it/exclude-multi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<excludeFilterFile>whizbang/lib-filter.xml,filters/lib-filter2.xml</excludeFilterFile>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/exclude/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<excludeFilterFile>filters/lib-filter2.xml</excludeFilterFile>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<threshold>Exp</threshold>
<xmlOutput>true</xmlOutput>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/include-multi-list/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<includeFilterFiles>
<includeFilterFile>whizbang/lib-filter.xml</includeFilterFile>
Expand Down
1 change: 0 additions & 1 deletion src/it/include-multi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<includeFilterFile>whizbang/lib-filter.xml,filters/lib-filter2.xml</includeFilterFile>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/include/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<includeFilterFile>whizbang/lib-filter.xml</includeFilterFile>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/multi-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<includeFilterFile>whizbang/lib-filter.xml</includeFilterFile>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/multi/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<includeFilterFile>whizbang/lib-filter.xml</includeFilterFile>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/nested/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<nested>true</nested>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/omitVisitors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<omitVisitors>FindDeadLocalStores,UnreadFields</omitVisitors>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/onlyAnalyze/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<onlyAnalyze>BC_Unconfirmed_Cast</onlyAnalyze>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/onlyAnalyzeFileSource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<onlyAnalyze>file:only-analyze.txt</onlyAnalyze>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/pluginList-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<plugins>
<plugin>
Expand Down
1 change: 0 additions & 1 deletion src/it/pluginList/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<pluginList>
https://repo1.maven.org/maven2/com/mebigfatguy/sb-contrib/sb-contrib/@sb-contribVersion@/sb-contrib-@[email protected],
Expand Down
1 change: 0 additions & 1 deletion src/it/relaxed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<relaxed>true</relaxed>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/site-brazil/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion src/it/site-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion src/it/site-french/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion src/it/site-spanish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion src/it/skip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<includeTests>true</includeTests>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/skipEmpty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<version>@pom.version@</version>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<skipEmptyReport>true</skipEmptyReport>
<xmlOutput>true</xmlOutput>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/systemPropertyVariables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<systemPropertyVariables>
<findsecbugs.taint.taintedsystemvariables>true</findsecbugs.taint.taintedsystemvariables>
</systemPropertyVariables>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<plugins>
<plugin>
Expand Down
1 change: 0 additions & 1 deletion src/it/threaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion src/it/threshold-experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<threshold>Exp</threshold>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<relaxed>true</relaxed>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/threshold-high/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<threshold>High</threshold>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<relaxed>true</relaxed>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/threshold-low/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<threshold>Low</threshold>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<relaxed>true</relaxed>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/trace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<trace>true</trace>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion src/it/userPrefs-override/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<userPrefs>${project.basedir}/edu.umd.cs.findbugs.core.prefs</userPrefs>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<effort>Max</effort>
<relaxed>true</relaxed>
Expand Down
1 change: 0 additions & 1 deletion src/it/userPrefs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<userPrefs>${project.basedir}/edu.umd.cs.findbugs.core.prefs</userPrefs>
<spotbugsXmlOutput>true</spotbugsXmlOutput>
<xmlOutput>true</xmlOutput>
<!--
<effort>Max</effort>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ abstract class BaseViolationCheckMojo extends AbstractMojo {
@Parameter(defaultValue = '${project.build.directory}', required = true)
File xmlOutputDirectory

/**
* This has been deprecated and is on by default.
*
* @since 1.2.0
*
*/
@Deprecated
@Parameter(defaultValue = "true")
boolean spotbugsXmlOutput

/**
* Specifies the directory where the Spotbugs native xml output will be generated.
*
Expand Down
10 changes: 0 additions & 10 deletions src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,6 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
@Parameter(defaultValue = '${project.build.directory}', required = true)
File xmlOutputDirectory

/**
* This has been deprecated and is on by default.
*
* @since 1.2.0
*
*/
@Deprecated
@Parameter(defaultValue = "true")
boolean spotbugsXmlOutput

/**
* Specifies the directory where the Spotbugs native xml output will be generated.
*
Expand Down

0 comments on commit 03351a5

Please sign in to comment.