This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new e037c1fb11 NO-JIRA: disable checking for snapshots on repo that wont
have any
e037c1fb11 is described below
commit e037c1fb11b56f4ae7d8c1e0f596678d5930cc9c
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Aug 19 12:24:03 2025 +0100
NO-JIRA: disable checking for snapshots on repo that wont have any
---
artemis-cli/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml
index 01f682cfef..2a7829ed49 100644
--- a/artemis-cli/pom.xml
+++ b/artemis-cli/pom.xml
@@ -247,6 +247,9 @@
<id>jenkins</id>
<name>jenkins</name>
<url>https://repo.jenkins-ci.org/releases/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
</repository>
</repositories>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact