From 6527aa0e80645a56ec98570c8aa4a32c40afba3f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 30 Jun 2016 11:08:59 +0200 Subject: [PATCH] Downgrade to maven-failsafe-plugin 2.18.1 This commit downgrades the maven failsafe plugin version. As of 2.19, the generated jar is used for integration tests rather than the `target/classes` directory. The fat jar in 1.4 has changed to move classes to `BOOT-INF/classes` and therefore these are not found anymore. There isn't a way to configure the jar file to use in the plugin. Users willing to use the latest version should configure a `classifier` for the repackaged jar so that the original jar is used by failsafe. Closes gh-6254 --- 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 ebd14453b47..250832b634d 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -2434,7 +2434,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + 2.18.1 org.apache.maven.plugins