This is an automated email from the ASF dual-hosted git repository.
pefernan pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new b37d67209 NO-ISSUE: Add snapshot repository configuration in
serverless-workflow-example-parent pom (#2112)
b37d67209 is described below
commit b37d672098b47240119364ed7e9d6c1af7b6f64d
Author: Martin Cimbalek <[email protected]>
AuthorDate: Mon Jun 30 16:29:03 2025 +0200
NO-ISSUE: Add snapshot repository configuration in
serverless-workflow-example-parent pom (#2112)
If the project is set to SNAPSHOT version, projects inheriting this parent
configuration won't compile without this repository defined
---
.../serverless-workflow-examples-parent/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git
a/serverless-workflow-examples/serverless-workflow-examples-parent/pom.xml
b/serverless-workflow-examples/serverless-workflow-examples-parent/pom.xml
index ba9531907..f709ce66b 100644
--- a/serverless-workflow-examples/serverless-workflow-examples-parent/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-examples-parent/pom.xml
@@ -38,6 +38,17 @@
<container.image.kafka>redpandadata/redpanda:v24.3.1</container.image.kafka>
</properties>
+ <repositories>
+ <!-- useful to resolve parent pom when it is a SNAPSHOT -->
+ <repository>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>https://repository.apache.org/snapshots</url>
+ </repository>
+ </repositories>
<build>
<pluginManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]