This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
The following commit(s) were added to refs/heads/main by this push:
new e58e18b Maven central snapshots are in a separate repository
e58e18b is described below
commit e58e18b3c7967b7949ece1389040d230e9e5f2c8
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Feb 6 10:10:54 2026 +0000
Maven central snapshots are in a separate repository
---
pom.xml | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6c6f3ca..eb8cfdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,8 +60,22 @@
<repositories>
<repository>
- <id>central</id>
- <url>https://repo1.maven.org/maven2</url>
+ <id>central</id>
+ <url>https://repo1.maven.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>central-SNAPSHOTS</id>
+ <name>Maven Central snapshot repository for CI builds</name>
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
</repository>
<repository>
<id>asf-snapshots</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]