From c451de18f719f42ddb3870a80682758465af02f4 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 (cherry picked from commit a69f518) --- 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 a6c75780c4d..3cf7457998d 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -185,7 +185,7 @@ - src/main/resources + ${basedir}/src/main/resources true **/application.yml @@ -193,7 +193,7 @@ - src/main/resources + ${basedir}/src/main/resources **/application.yml **/application.properties