I have to setup maven environment where cannot access central repository
(only LAN)
So, I'm tring download maven repository and configure mirror site for
development team.
I found some article like this.

------------------------------------------------------

http://maven.apache.org/guides/mini/guide-mirror-settings.html

 FTP access

The repository is available through FTP at *
ftp://mirrors.ibiblio.org/pub/packages/maven2*

------------------------------------------------------

According to avobe article, I try ftp access.

But...

------------------------------------------------------

D:\Documents and Settings\bomber>ftp mirrors.ibiblio.org
Connected to mirrors.ibiblio.org.
220 FTP Server ready.
User (mirrors.ibiblio.org:(none)):

------------------------------------------------------

Do you know account and password?

Is it possible to use maven on cannot access central?

How can I get full repository (6GB)?

Reply via email to