Skip to content

Commit

Permalink
Added <relativePath/> to avoid warnings when a pom exists in parent d…
Browse files Browse the repository at this point in the history
…irectory.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
  • Loading branch information
spericas committed Jul 1, 2020
1 parent 587c4c2 commit f450e95
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions archetypes/bare-mp/src/main/resources/pom.xml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>{{helidonVersion}}</version>
<relativePath/>
</parent>
<groupId>{{groupId}}</groupId>
<artifactId>{{artifactId}}</artifactId>
Expand Down
1 change: 1 addition & 0 deletions archetypes/bare-se/src/main/resources/pom.xml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>{{helidonVersion}}</version>
<relativePath/>
</parent>
<groupId>{{groupId}}</groupId>
<artifactId>{{artifactId}}</artifactId>
Expand Down
1 change: 1 addition & 0 deletions archetypes/database-mp/src/main/resources/pom.xml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>{{helidonVersion}}</version>
<relativePath/>
</parent>
<groupId>{{groupId}}</groupId>
<artifactId>{{artifactId}}</artifactId>
Expand Down
1 change: 1 addition & 0 deletions archetypes/database-se/src/main/resources/pom.xml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>{{helidonVersion}}</version>
<relativePath/>
</parent>
<groupId>{{groupId}}</groupId>
<artifactId>{{artifactId}}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>{{helidonVersion}}</version>
<relativePath/>
</parent>
<groupId>{{groupId}}</groupId>
<artifactId>{{artifactId}}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>{{helidonVersion}}</version>
<relativePath/>
</parent>
<groupId>{{groupId}}</groupId>
<artifactId>{{artifactId}}</artifactId>
Expand Down

0 comments on commit f450e95

Please sign in to comment.