From 72e3715ba9d1227c4084275443c29fcf33c36adc Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 14 Mar 2014 15:42:05 -0700 Subject: [PATCH] Add missing main.basedir property to docs pom --- spring-boot-docs/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 4d0c23f30f..074e7cdef8 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -9,6 +9,9 @@ ../spring-boot-parent spring-boot-docs + + ${basedir}/.. + ${project.groupId}