Issue Type: Bug Bug
Affects Versions: wagon-maven-plugin-1.0-beta-4
Assignee: Unassigned
Components: wagon
Created: 17/May/13 7:49 AM
Description:

When the Maven Wagon Plugin sends files from a local Unix host to a remote Unix host, it executes the following commands (taken from log):

Executing command: mkdir -p "//some-path-here/scripts"
Executing command: scp -t "//some-path-here/scripts/some-script-here.sh"

This results in the file being correctly uploaded to the remote host, but with file permissions being lost. According to man scp it should be fairly easy to fix this by adding -p parameter to the scp command:

-p Preserves modification times, access times, and modes from the original file.

Project: Mojo
Priority: Major Major
Reporter: Anton Koscejev
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to