From e26e06d5ddff029efa475433db9f9d89dc57c495 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 30 Apr 2014 16:39:39 +0200 Subject: [PATCH] Fix build Two modules are still relying on the spring-boot test-jar but it was not generated anymore. Adding the generation of test-jar again as a workaround until we completely removes the use of it. --- spring-boot-actuator/pom.xml | 2 +- spring-boot-autoconfigure/pom.xml | 2 +- spring-boot/pom.xml | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index bb820b3ed4..edb3f7a58d 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 258b19a5eb..3f63ab1d20 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 8bb236b619..43b78e7a7e 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 + + + + + + +