On 10/6/06, Rick Hillegas <[EMAIL PROTECTED]> wrote:
Thanks, Andrew. Alas, I am still not having any luck using maven to deploy the jars, checksums, and poms. Is there some way to rig the script so that it generates the checksums and poms locally so that I can just sftp everything into the /www tree on people.apache.org?
Sure, you could use file:// to deploy to a local directory and then sftp the resulting tree up to the appropriate location in the Apache repository. It might be a little tedious, since I think there are lots of subdirectories involved, but it should be scriptable. andrew
