> 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]

Reply via email to