Add missing main.basedir property to docs pom
This commit is contained in:
parent
2747c01e81
commit
72e3715ba9
|
@ -9,6 +9,9 @@
|
|||
<relativePath>../spring-boot-parent</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-boot-docs</artifactId>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/..</main.basedir>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
|
|
Loading…
Reference in New Issue