This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 0d060f6a Pick up spotbugs-maven-plugin configuration from parent 0d060f6a is described below commit 0d060f6af67c77b474411fc41276b177e93cb345 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 16:19:41 2023 -0500 Pick up spotbugs-maven-plugin configuration from parent --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index 38aa17f6..9c5c0f0e 100644 --- a/pom.xml +++ b/pom.xml @@ -206,21 +206,6 @@ <defaultGoal>clean verify apache-rat:check japicmp:cmp javadoc:javadoc spotbugs:check pmd:check checkstyle:check</defaultGoal> <pluginManagement> <plugins> - <plugin> - <groupId>com.github.spotbugs</groupId> - <artifactId>spotbugs-maven-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.ow2.asm</groupId> - <artifactId>asm</artifactId> - <version>${commons.asm.version}</version> - </dependency> - <dependency> - <groupId>com.github.spotbugs</groupId> - <artifactId>spotbugs</artifactId> - </dependency> - </dependencies> - </plugin> <plugin> <!-- Fixes org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 --> <groupId>org.apache.maven.plugins</groupId>