download all the packages from a remote
repository?
Can I write the dependency with wildcard characters? For example,
*
*
...
Then I will download all the packages from the repository.
Brian E Fox wrote:
>
> Get a repository manager (proximity/nexus/archiva/artifactory)
Does that sound like a reasonable thing the Maven developers would
have implemented?? "This project depends on all artifactIds in all
groupIds with all/any versions."
No chance.
Wayne
On 3/8/08, youhaodeyi <[EMAIL PROTECTED]> wrote:
>
> Can I write the dependency with wildcard characters? For ex
Can I write the dependency with wildcard characters? For example,
*
*
...
Then I will download all the packages from the repository.
Brian E Fox wrote:
>
> Get a repository manager (proximity/nexus/archiva/artifactory) to act as
> a local proxy. Scraping the entire repository i
On Fri, Mar 7, 2008 at 9:59 PM, youhaodeyi <[EMAIL PROTECTED]> wrote:
> I use this command to download:
>
> rsync -avz http://repo1.maven.org/maven2/ ./
As others have mentioned, you'd be much better off running a
repository manager app (Archiva, Artifactory, Proximity) and filling
it up with t
I use this command to download:
rsync -avz http://repo1.maven.org/maven2/ ./
and got the error:
http: Unknown Host
rsh.exe: can't establish connection
rsync: read error: Connection reset by peer
rsync error: error in rsync protocol data stream (code 12) at
/tmp/rsync-2.5.6/io.c(177)
Wayne Fay
Get a repository manager (proximity/nexus/archiva/artifactory) to act as
a local proxy. Scraping the entire repository is not being a friendly
netizen and will probably get your ip blocked. There are much better
ways.
-Original Message-
From: youhaodeyi [mailto:[EMAIL PROTECTED]
Sent: Fri
For the repo1.maven.org repo, you should use rsync to pull it down.
But realistically, this is very bad idea, as "central" is like 10gb
and 98% of it is stuff you will never use. So you will spend an
enormous amount of time, bandwith, and disk space for things you don't
need.
Instead, you should c