ruojieranyishen commented on issue #2130:
URL: 
https://github.com/apache/incubator-pegasus/issues/2130#issuecomment-2458974777

   You can follow dockerfile to build.  
https://github.com/apache/incubator-pegasus/blob/master/docker/pegasus-build-env/ubuntu2004/Dockerfile
   
   Try update maven settings to build.
   ```shell
   sudo cp /usr/share/maven/conf/settings.xml 
/usr/share/maven/conf/settings.xmlold
   sudo vim /usr/share/maven/conf/settings.xml
   ``` 
   ```c++
   <?xml version="1.0" encoding="UTF-8"?>
   <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"; 
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 
http://maven.apache.org/xsd/settings-1.0.0.xsd";>
   
       <mirrors>
   <mirror>
   <id>nexus-tencentyun</id>
   <mirrorOf>*</mirrorOf>
   <name>Nexus tencent下·yun</name>
   <url>http://mirrors.cloud.tencent.com/nexus/repository/maven-public/</url>
   </mirror>
       </mirrors>
   </settings>
   ``` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pegasus.apache.org
For additional commands, e-mail: dev-h...@pegasus.apache.org

Reply via email to