diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml
index bb820b3ed45..edb3f7a58d0 100644
--- a/spring-boot-actuator/pom.xml
+++ b/spring-boot-actuator/pom.xml
@@ -128,7 +128,7 @@
${project.groupId}
spring-boot
${project.version}
- tests
+ test-jar
test
diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml
index 258b19a5eb2..3f63ab1d206 100644
--- a/spring-boot-autoconfigure/pom.xml
+++ b/spring-boot-autoconfigure/pom.xml
@@ -227,7 +227,7 @@
${project.groupId}
spring-boot
${project.version}
- tests
+ test-jar
test
diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml
index 8bb236b619f..43b78e7a7e8 100644
--- a/spring-boot/pom.xml
+++ b/spring-boot/pom.xml
@@ -156,4 +156,27 @@
test
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ test-jar
+
+
+
+ **/*.properties
+ **/*.xml
+ **/*.yml
+
+
+
+
+
+
+