[pom] Use empty relativePath

To prevent maven from issuing warnings if upper directory has a pom that
is unrelated.  The parent shouldn't be checked there but rather in .m2
first.
This commit is contained in:
Jeremy Landis 2017-07-03 19:57:56 -04:00 committed by rfscholte
parent 958418a2d1
commit 3dea57b388
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<groupId>io.takari</groupId>
<artifactId>takari</artifactId>
<version>25</version>
<relativePath />
</parent>
<artifactId>maven-wrapper</artifactId>