Re: Internal plugin repository - how to populate?

2006-05-29 Thread Feniks Nator
I agree, it's not an easy job. I'm having the same problems right now. I hope the maven repository manager will solve some of those difficulties. See: http://maven.apache.org/repository-manager There not that much information available, as it's still under development. Another 'option' is to use

RE: Internal plugin repository - how to populate?

2006-05-29 Thread Mike Perham
I built our shared repo based on my local repo. You just need to rename the maven-metadata-central.xml files to maven-metadata.xml I think. The command 'wget -nd -r -l 1 ' is also very handy to scrape a directory from central. We will probably use maven-proxy next time. -Original Message---