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

Add main.basedir property

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