Skip to content

Commit 068a38f

Browse files
committed
Downgrade maven-assembly-plugin to 2.6
Downgrade `maven-assembly-plugin` from 3.0 to 2.6 since the later version contains a bug that means `recompressZippedFiles` is not respected. See gh-7513
1 parent 450ab28 commit 068a38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2326,7 +2326,7 @@
23262326
<plugin>
23272327
<groupId>org.apache.maven.plugins</groupId>
23282328
<artifactId>maven-assembly-plugin</artifactId>
2329-
<version>3.0.0</version>
2329+
<version>2.6</version>
23302330
<configuration>
23312331
<recompressZippedFiles>false</recompressZippedFiles>
23322332
</configuration>

0 commit comments

Comments
 (0)