fix: empty parent.relativePath to allow standalone clones (CI builds from registry)
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 3m0s

This commit is contained in:
2026-04-23 11:24:57 +00:00
parent f1053c442e
commit a28279ad7f

View File

@@ -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-client-quarkus-primefaces-freya</artifactId>