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