RE: Repository download through FTP

2008-05-19 Thread Brian E. Fox
Rather than download the _entire_ maven repository, why not use a repository 
manager? 
http://www.sonatype.com/book/reference/repository-manager.html#
http://maven.apache.org/guides/introduction/introduction-to-repositories.html


-Original Message-
From: Sang-Jea Shin [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 19, 2008 3:34 AM
To: Maven Users List
Subject: Repository download through FTP

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)?


Re: Repository download through FTP

2008-05-19 Thread James William Dumay
Sang-Jea,
Use the "anonymous" user account with no password.

James

On Mon, 2008-05-19 at 16:34 +0900, Sang-Jea Shin wrote:
> 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)?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]