From a69f518c42ac7fb9bd550d220e991b839705aef1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 30 May 2014 17:37:29 +0200 Subject: [PATCH] Fix resource directory location This commit fixes the main resources directory location so that it also works in a multi-projects setup. Fixes gh-993 --- spring-boot-starters/spring-boot-starter-parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 35a39d69349..a5eb0a1bcd6 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -41,7 +41,7 @@ - src/main/resources + ${basedir}/src/main/resources true **/application.yml @@ -49,7 +49,7 @@ - src/main/resources + ${basedir}/src/main/resources **/application.yml **/application.properties