fix: empty parent.relativePath to allow standalone clones (CI builds from registry)
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 3m7s
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 3m7s
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -8,7 +8,7 @@
|
||||
<groupId>dev.lions.unionflow</groupId>
|
||||
<artifactId>unionflow-parent</artifactId>
|
||||
<version>1.0.6</version>
|
||||
<relativePath>../unionflow-server-api/parent-pom.xml</relativePath>
|
||||
<relativePath/> <!-- Force resolution from Maven repo (Gitea); enables standalone clones -->
|
||||
</parent>
|
||||
|
||||
<artifactId>unionflow-server-impl-quarkus</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user