From 068a38fb2eade480d3d2706b3b0f445b2e519367 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 28 Nov 2016 21:02:20 -0800 Subject: [PATCH] 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 --- spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index e9d02c0509..2732bfed74 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -2326,7 +2326,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.0.0 + 2.6 false