This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 4894c3cfedf5d4030129d0e174fdbb38ee9d7875 Author: Alex Herbert <[email protected]> AuthorDate: Thu Aug 19 00:48:12 2021 +0100 Update plugin order in pom checkstyle spotbugs pmd --- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 379f070..1bf5d5a 100644 --- a/pom.xml +++ b/pom.xml @@ -427,16 +427,6 @@ </reportSets> </plugin> <plugin> - <groupId>com.github.spotbugs</groupId> - <artifactId>spotbugs-maven-plugin</artifactId> - <version>${commons.spotbugs.version}</version> - <configuration> - <threshold>Normal</threshold> - <effort>Default</effort> - <excludeFilterFile>${numbers.parent.dir}/src/main/resources/spotbugs/spotbugs-exclude-filter.xml</excludeFilterFile> - </configuration> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>${numbers.checkstyle.version}</version> @@ -457,6 +447,16 @@ </reportSets> </plugin> <plugin> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-maven-plugin</artifactId> + <version>${commons.spotbugs.version}</version> + <configuration> + <threshold>Normal</threshold> + <effort>Default</effort> + <excludeFilterFile>${numbers.parent.dir}/src/main/resources/spotbugs/spotbugs-exclude-filter.xml</excludeFilterFile> + </configuration> + </plugin> + <plugin> <artifactId>maven-pmd-plugin</artifactId> <version>${numbers.pmd.version}</version> <configuration>
