How do you stop maven from trying to access http://repo.maven.apache.org?

后端 未结 3 1073
星月不相逢
星月不相逢 2020-12-02 07:59

The development machine cannot access the internet, and take about 60s to timeout. When I try to build, I see

Downloading: http://repo.maven.apache.org/mave         


        
3条回答
  •  一向
    一向 (楼主)
    2020-12-02 08:31

    Try setting the following in the reporting/plugins block

        
            org.apache.maven.plugins
            maven-project-info-reports-plugin
            2.9
            
                false
            
        
    

提交回复
热议问题