Add overwrite option to unzip - necessary to run in batch mode
Add an scp executable deployer
diff --git a/artifact/xdocs/properties.xml b/artifact/xdocs/properties.xml
index a0251cf8..1fa6c952 100644
--- a/artifact/xdocs/properties.xml
+++ b/artifact/xdocs/properties.xml
@@ -98,8 +98,17 @@
| maven.repo.x.group |
The remote group (UNIX group) to which
- artifact will belong after it
- will be deployed
+ the artifact will belong after it
+ is deployed
+ |
+ Yes |
+
+
+ | maven.repo.x.mode |
+
+ The remote file mode (UNIX permissions) to which
+ the artifact will be set to after it
+ is deployed. Default is 664.
|
Yes |