Can I write the dependency with wildcard characters? For example, 

<dependency>
     <artifactId>*</artifactId>
     <groupId>*</groupId>
  ...
</dependency>

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 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: Friday, March 07, 2008 10:15 PM
> To: [email protected]
> Subject: How can I download all the packages from a remote repository?
> 
> 
> Can I download all the packages from a remote repository to my local
> repository? For example, there is a repository:
> http://repo1.maven.org/maven2/,  I want to download all the content to
> my
> local repository. I want to do this for that I have limitation for
> accessing
> Internet, so I need to do this one time to get as much packages as
> possible.
> -- 
> View this message in context:
> http://www.nabble.com/How-can-I-download-all-the-packages-from-a-remote-
> repository--tp15910759s177p15910759.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-can-I-download-all-the-packages-from-a-remote-repository--tp15910759s177p15911893.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to