Skip to content

Commit a7c0a45

Browse files
praseodymjricher
authored andcommitted
Add empty <relativePath> to avoid Maven warnings
Occurs when using a Git submodule in overlay project. [WARNING] Some problems were encountered while building the effective model for org.mitre:openid-connect-common:jar:1.2.0-SNAPSHOT [WARNING] 'parent.relativePath' of POM org.mitre:openid-connect-parent:1.2.0-SNAPSHOT (…/OpenID-Connect-Java-Spring-Server/pom.xml) points at …:…-overlay instead of org.sonatype.oss:oss-parent, please verify your project structure @ org.mitre:openid-connect-parent:1.2.0-SNAPSHOT, …/OpenID-Connect-Java-Spring-Server/pom.xml, line 26, column 10
1 parent a259841 commit a7c0a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<groupId>org.sonatype.oss</groupId>
2828
<artifactId>oss-parent</artifactId>
2929
<version>9</version>
30+
<relativePath></relativePath>
3031
</parent>
3132
<licenses>
3233
<license>

0 commit comments

Comments
 (0)