Skip to content

Commit 1d622ce

Browse files
authored
Parent is not relatively reachable for this project (#231)
Fixes warning: [WARNING] 'parent.relativePath' of POM jakarta.json:jakarta.json-api:2.0.0-SNAPSHOT (.../jsonp/api/pom.xml) points at org.glassfish:json instead of org.eclipse.ee4j:project, please verify your project structure @ line 23, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. Signed-off-by: Piotrek Zygielo <piotr@zygielo.pl>
1 parent dd38d6e commit 1d622ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<groupId>org.eclipse.ee4j</groupId>
2525
<artifactId>project</artifactId>
2626
<version>1.0.6</version>
27+
<relativePath/>
2728
</parent>
2829

2930
<groupId>jakarta.json</groupId>

0 commit comments

Comments
 (0)