RE: [M2] Mirror

2006-09-28 Thread Lakshman Srilakshmanan
Hi Remy,

 

No, I have not compared Proximity and MRM. 

 

The reason being I could not locate a download for MRM and the following URL 
appeared to indicate that it was under development at the time when I wanted a 
maven proxy.

http://maven.apache.org/archiva/

 

 

Thanks

Lakshman

  _  

From: Rémy Sanlaville [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 28 September 2006 6:38 PM
To: Lakshman Srilakshmanan
Subject: Re: [M2] Mirror

 

Hi Tamás and Lakshman,

Thanks for your reply.

I would seriously question the need to get a mirror of central. 

For one thing, it's 5GB.
Secondly you would never use it all. You would probably use a small 
fraction (ie at most 10%).


My need is not just for my projects, but we want to test Maven 2 in a corporate 
context. 
As Better Build with Maven Book says :
It is also possible to set up another repository (or use the same one) to 
mirror content from the Maven central repository. While this isn't required, it 
is common in many organizations as it eliminates the requirement for Internet 
access or proxy configuration. In addition, it provides faster performance (as 
most downloads to individual developers come from within their own network), 
and gives full control over the set of artifacts with which your software is 
built, by avoiding any reliance on Maven's relatively open central repository. 
 

 

As suggested by Tamás Cservenák, you should consider using proximity. 
It works like central and will hold only what you require. 

 
Yes, We have a look to proxy also and particularly to Proximity (Tamás have 
done a great job !).
Do you have a comparison between Proximity and Maven Repository Manager (MRM).


Thanks,

R2my



Re: [M2] Mirror

2006-09-28 Thread Rémy Sanlaville

Hi Lakshman,

The reason being I could not locate a download for MRM and the following URL

appeared to indicate that it was under development at the time when I wanted
a maven proxy.

http://maven.apache.org/archiva/



I know that MRM will be released soon (in few days) with Maestro [1]
But at this time, It doesn't exist a distribution nor documentation.
You have to either compile the source code or install Maestro.

Hope this Help,

Rémy


[1] http://www.mergere.com/products_developers.jsp


Re: [M2] Mirror

2006-09-27 Thread Tamás Cservenák

Or as an alternative, you can look for Proximity:
http://proximity.abstracthorizon.org/

~t~

On 9/26/06, Rémy Sanlaville [EMAIL PROTECTED] wrote:

Hi Johan,


Try
 rsync -rlHtSv [EMAIL PROTECTED]::maven2 /var/www/maven2
 where /var/www/maven2 is the location where you want to put the files.
 You would then have to make the location available over HTTP.


I am trying this command but I have some trouble with the corporate security
and proxy.
I will also try archiva (
http://maven.apache.org/archiva/maven-repository-utils/index.html)

Many thanks,

Rémy




RE: [M2] Mirror

2006-09-27 Thread Lakshman Srilakshmanan
Hi Remy,

I would seriously question the need to get a mirror of central. 

For one thing, it's 5GB.
Secondly you would never use it all. You would probably use a small fraction 
(ie at most 10%).

As suggested by Tamás Cservenák, you should consider using proximity. It works 
like central and will hold only what you require. 

Thanks
Lakshman


 -Original Message-
 From: Tamás Cservenák [mailto:[EMAIL PROTECTED]
 Sent: Thursday, 28 September 2006 3:10 AM
 To: Maven Users List
 Subject: Re: [M2] Mirror
 
 Or as an alternative, you can look for Proximity:
 http://proximity.abstracthorizon.org/
 
 ~t~
 
 On 9/26/06, Rémy Sanlaville [EMAIL PROTECTED] wrote:
  Hi Johan,
 
 
  Try
   rsync -rlHtSv [EMAIL PROTECTED]::maven2 /var/www/maven2
   where /var/www/maven2 is the location where you want to put the files.
   You would then have to make the location available over HTTP.
 
 
  I am trying this command but I have some trouble with the corporate security
  and proxy.
  I will also try archiva (
  http://maven.apache.org/archiva/maven-repository-utils/index.html)
 
  Many thanks,
 
  Rémy
 
 


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



[M2] Mirror

2006-09-26 Thread Rémy Sanlaville

Hi,

I would like to create a miror of the maven2 central repository.

In the Better Build with Maven book, we have :
  * Use rsync to take a copy of the central repository and regularly update
it

But I don't know how to do it : which remote host can I use with which
protocol (ftp ?).
Could you please, given me the rsync command to use ?

Thanks,

Rémy


Re: [M2] Mirror

2006-09-26 Thread Johan Lindquist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Remy,

Try

rsync -rlHtSv [EMAIL PROTECTED]::maven2 /var/www/maven2

where /var/www/maven2 is the location where you want to put the files.

You would then have to make the location available over HTTP.

Cheers,

Johan


Rémy Sanlaville wrote:
 Hi,
 
 I would like to create a miror of the maven2 central repository.
 
 In the Better Build with Maven book, we have :
   * Use rsync to take a copy of the central repository and regularly update
 it
 
 But I don't know how to do it : which remote host can I use with which
 protocol (ftp ?).
 Could you please, given me the rsync command to use ?
 
 Thanks,
 
 Rémy
 

- --
you too?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFGPa21Tv8wj7aQ34RAl8hAJ4pSfd0o/iHk5zXDidRPn9WXi6hfwCeM2Tx
AVRGPA3Nq53YL7dZXuWjp1k=
=Pd25
-END PGP SIGNATURE-

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



Re: [M2] Mirror

2006-09-26 Thread Rémy Sanlaville

Hi Johan,


Try

rsync -rlHtSv [EMAIL PROTECTED]::maven2 /var/www/maven2
where /var/www/maven2 is the location where you want to put the files.
You would then have to make the location available over HTTP.



I am trying this command but I have some trouble with the corporate security
and proxy.
I will also try archiva (
http://maven.apache.org/archiva/maven-repository-utils/index.html)

Many thanks,

Rémy