Hi, How about trying out the merge-maven-repos goal of the wagon-maven-plugin...!!! http://mojo.codehaus.org/wagon-maven-plugin/plugin-info.html
Santosh On Sun, Mar 29, 2009 at 3:46 AM, Wayne Fay <[email protected]> wrote: > > How do I bulk load the jars in my local repo into this new remote repo, > > without doing the "mvn:deploy:deploy-file" thing for each jar (400 > times). > > Write a shell/bash/batch script. > > For (all files in local repo) > ...using GAV coordinates from folder structure or pom contents, > create mvn deploy:deploy-file command... > ...execute mvn command... > Next > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Santosh Patel
