fix parent.relativePath config for maven submodules in separate folders (#3148)

This commit is contained in:
ryan
2017-12-01 14:55:04 +08:00
committed by Grzegorz Piwowarek
parent 42c894e7f9
commit f84dbbbb45
29 changed files with 29 additions and 29 deletions

View File

@@ -17,7 +17,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
<relativePath>../../</relativePath>
</parent>
<build>