Maven, Access denied to: http://repo1.maven.org/maven2

前端 未结 4 1089
忘了有多久
忘了有多久 2020-12-16 20:33

I have just downloaded last version of Maven.

And when i am trying to run

mvn archetype:generate

i get error message

4条回答
  •  醉梦人生
    2020-12-16 21:10

    it seem to work with maven 2 (reproduced the problem on 3 machines linux and windows with maven 3.05 and maven 3.1)

    the problem occurs only for the repo1... urls. If you delete your local repository, all plugin downloads will work fine until the download of archetype catalog - "access denied"

提交回复
热议问题