How to set up maven 3 local plugin repository

后端 未结 3 2044
不思量自难忘°
不思量自难忘° 2021-02-05 19:35

I need to have a completely offline maven repository due to some limitations. According to http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException , only

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-05 20:10

    Since Maven 3.1-alpha-1, the command line option -llr/--legacy-local-repository or the system property -Dmaven.legacyLocalRepo=true should help

    See here for a general answer on working offline with maven

提交回复
热议问题