Hi:
I am finally able to cover maven ftp to maven scp for deployment, but
run into performance issue. By using the ftp, the build takes 120 min,
whereas scp takes over 180 min for the same build. I am wondering if
there are any way to speed things up. From searching the web, it seems
that there are a few option that can be added to scp, such as -C for
compress large data to travel faster or "-c blowfish" to speed up
encryption. My question is how I can add these to maven or is whether
it's not going to help much.
Many Thanks.
Ray