You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/03/29 02:51:02 UTC

[skywalking-java] branch polish-docs updated: Skip mvn URL check as HEAD access is forbidden.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch polish-docs
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


The following commit(s) were added to refs/heads/polish-docs by this push:
     new f15e8b7625 Skip mvn URL check as HEAD access is forbidden.
f15e8b7625 is described below

commit f15e8b762580f6e76ef47db1035e0eba044456a8
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Mar 29 10:50:50 2023 +0800

    Skip mvn URL check as HEAD access is forbidden.
---
 .dlc.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.dlc.json b/.dlc.json
index c86d443f46..3e55383133 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -20,6 +20,9 @@
     },
     {
       "pattern": "https://kotlinlang.org.*"
+    },
+    {
+      "pattern": "^https://mvnrepository.com/"
     }
   ],
   "timeout": "10s",