Skip to content

Commit d1100b2

Browse files
committed
Upgrade maven-shade-plugin to 3.6.2 to fix filtering bug causing CI build failure
1 parent d8f9166 commit d1100b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gbfs-validator-java-cli/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-shade-plugin</artifactId>
121-
<version>3.6.1</version>
121+
<version>3.6.2</version>
122122
<executions>
123123
<execution>
124124
<phase>package</phase>
@@ -135,8 +135,8 @@
135135
<filters>
136136
<filter>
137137
<!-- Exclude signature files and duplicate module descriptors.
138-
module-info.class appears in multiple JARs and causes
139-
"Collections sizes are not equals" in shade plugin 3.6.x on Linux. -->
138+
3.6.1 had a bug where filters were not applied to all JARs (fixed in 3.6.2).
139+
module-info.class and META-INF/versions prevent "Collections sizes are not equals". -->
140140
<artifact>*:*</artifact>
141141
<excludes>
142142
<exclude>META-INF/*.SF</exclude>

0 commit comments

Comments
 (0)