HDHXTM commented on issue #905:
URL: https://github.com/apache/maven-mvnd/issues/905#issuecomment-1878293099

   my mvnd.properties:
   
   mvnd.keepAlive = 500 ms
   mvnd.minHeapSize = 512M
   mvnd.maxHeapSize = 4G
   maven.settings=/usr/share/mvnd/mvn/conf/settings.xml
   
   Other settings are the default values.
   
   /usr/share/mvnd/mvn/conf/settings.xml:
   
   <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0";
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
             xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 
https://maven.apache.org/xsd/settings-1.2.0.xsd";>
       <pluginGroups>
       </pluginGroups>
       <proxies>
       </proxies>
       <servers>
       </servers>
       <mirrors>
           <mirror>
               <id>nexus-aliyun</id>
               <mirrorOf>central</mirrorOf>
               <name>Nexus aliyun</name>
               <url>http://maven.aliyun.com/nexus/content/groups/public</url>
           </mirror>
       </mirrors>
       <profiles>
       </profiles>
   </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: issues-unsubscr...@maven.apache.org

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

Reply via email to