Skip to content

Commit f450e95

Browse files
committed
Added <relativePath/> to avoid warnings when a pom exists in parent directory.
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
1 parent 587c4c2 commit f450e95

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

archetypes/bare-mp/src/main/resources/pom.xml.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>io.helidon.applications</groupId>
88
<artifactId>helidon-mp</artifactId>
99
<version>{{helidonVersion}}</version>
10+
<relativePath/>
1011
</parent>
1112
<groupId>{{groupId}}</groupId>
1213
<artifactId>{{artifactId}}</artifactId>

archetypes/bare-se/src/main/resources/pom.xml.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>io.helidon.applications</groupId>
88
<artifactId>helidon-se</artifactId>
99
<version>{{helidonVersion}}</version>
10+
<relativePath/>
1011
</parent>
1112
<groupId>{{groupId}}</groupId>
1213
<artifactId>{{artifactId}}</artifactId>

archetypes/database-mp/src/main/resources/pom.xml.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<groupId>io.helidon.applications</groupId>
99
<artifactId>helidon-mp</artifactId>
1010
<version>{{helidonVersion}}</version>
11+
<relativePath/>
1112
</parent>
1213
<groupId>{{groupId}}</groupId>
1314
<artifactId>{{artifactId}}</artifactId>

archetypes/database-se/src/main/resources/pom.xml.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.helidon.applications</groupId>
2424
<artifactId>helidon-se</artifactId>
2525
<version>{{helidonVersion}}</version>
26+
<relativePath/>
2627
</parent>
2728
<groupId>{{groupId}}</groupId>
2829
<artifactId>{{artifactId}}</artifactId>

archetypes/quickstart-mp/src/main/resources/pom.xml.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<groupId>io.helidon.applications</groupId>
2626
<artifactId>helidon-mp</artifactId>
2727
<version>{{helidonVersion}}</version>
28+
<relativePath/>
2829
</parent>
2930
<groupId>{{groupId}}</groupId>
3031
<artifactId>{{artifactId}}</artifactId>

archetypes/quickstart-se/src/main/resources/pom.xml.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>io.helidon.applications</groupId>
88
<artifactId>helidon-se</artifactId>
99
<version>{{helidonVersion}}</version>
10+
<relativePath/>
1011
</parent>
1112
<groupId>{{groupId}}</groupId>
1213
<artifactId>{{artifactId}}</artifactId>

0 commit comments

Comments
 (0)