Commit 2f71f9fa authored by Phillip Webb's avatar Phillip Webb

Add main.basedir property

parent e96fa79c
......@@ -10,6 +10,9 @@
</parent>
<artifactId>spring-boot-maven-settings</artifactId>
<packaging>jar</packaging>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>
<dependencies>
<!-- Compile -->
<dependency>
......
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