1
0
mirror of https://github.com/apache/maven.git synced 2025-03-06 00:29:26 +00:00

13 lines
173 B
Plaintext
Raw Normal View History

#!/bin/sh
m2 apt xdoc
(
cd target
tar cvzf ../docs.tgz docs
)
scp docs.tgz www.apache.org:~/public_html/m2
ssh www.apache.org "cd public_html/m2; tar xvzf docs.tgz"