From 439f0413542b52a5d488dc4a006944fb8236bcfe Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 20 Nov 2013 08:41:02 +0000 Subject: [PATCH] Remove test resources from tests JAR --- spring-boot/pom.xml | 7 +++++++ spring-boot/src/test/resources/logback-test.xml | 17 ----------------- 2 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 spring-boot/src/test/resources/logback-test.xml diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 2a0b340c977..0c944a69f16 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -130,6 +130,13 @@ test-jar + + + *.properties + logback*.xml + *.yml + + diff --git a/spring-boot/src/test/resources/logback-test.xml b/spring-boot/src/test/resources/logback-test.xml deleted file mode 100644 index 85ea91eb538..00000000000 --- a/spring-boot/src/test/resources/logback-test.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - ${LOG_PATTERN} - - - - - - - - - -