Skip to content

Commit

Permalink
[pom] Fix relative path
Browse files Browse the repository at this point in the history
This must always be set if the folder above is not part of same project.  This causes it to throw warnings if boarder project attached, just wastes a check and ultimately it should be looking in the caching system and remote instead.
  • Loading branch information
hazendaz authored and mathieucarbou committed Jan 16, 2022
1 parent 165be43 commit 81d8d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<groupId>com.mycila</groupId>
<artifactId>mycila-pom</artifactId>
<version>9</version>
<relativePath />
</parent>

<artifactId>license-maven-plugin-parent</artifactId>
Expand Down

0 comments on commit 81d8d06

Please sign in to comment.