We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f9166 commit d1100b2Copy full SHA for d1100b2
1 file changed
gbfs-validator-java-cli/pom.xml
@@ -118,7 +118,7 @@
118
<plugin>
119
<groupId>org.apache.maven.plugins</groupId>
120
<artifactId>maven-shade-plugin</artifactId>
121
- <version>3.6.1</version>
+ <version>3.6.2</version>
122
<executions>
123
<execution>
124
<phase>package</phase>
@@ -135,8 +135,8 @@
135
<filters>
136
<filter>
137
<!-- 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. -->
+ 3.6.1 had a bug where filters were not applied to all JARs (fixed in 3.6.2).
+ module-info.class and META-INF/versions prevent "Collections sizes are not equals". -->
140
<artifact>*:*</artifact>
141
<excludes>
142
<exclude>META-INF/*.SF</exclude>
0 commit comments