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
+1 -1
View File
@@ -6,7 +6,7 @@
<artifactId>parent-modules</artifactId>
<groupId>com.baeldung</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>