Commit 72e3715b authored by Phillip Webb's avatar Phillip Webb

Add missing main.basedir property to docs pom

parent 2747c01e
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-docs</artifactId> <artifactId>spring-boot-docs</artifactId>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment