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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new ff7e9809f Disabled detectOfflineLinks to resolve the error of fetching 
package-list file. (#4382)
ff7e9809f is described below

commit ff7e9809f30c2f638a3b7f3bcd290ac567f1e1b8
Author: DamonXue <[email protected]>
AuthorDate: Tue Feb 14 14:18:32 2023 +0800

    Disabled detectOfflineLinks to resolve the error of fetching package-list 
file. (#4382)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index dba54558e..68622089a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -582,6 +582,7 @@
                 <configuration>
                     <sourcepath>src/main/java</sourcepath>
                     <detectJavaApiLink>false</detectJavaApiLink>
+                    <detectOfflineLinks>false</detectOfflineLinks>
                 </configuration>
                 <executions>
                     <execution>

Reply via email to