Switch from scpexe to scp for Maven deployment
----------------------------------------------
Key: DERBY-5477
URL: https://issues.apache.org/jira/browse/DERBY-5477
Project: Derby
Issue Type: Improvement
Components: Build tools
Affects Versions: 10.9.0.0
Reporter: Kristian Waagan
Assignee: Kristian Waagan
Priority: Minor
When the Maven deploy process was first created, problems with the scp wagon
led to choosing to scpexe wagon instead. This uses an external tools for
scp/ssh, and it is problematic due to the differences between various platforms.
The scp wagon uses JSch [1].
Switching to scp should make the deployment easier, and consists of the
following tasks:
o update the deployment URL in pom.xml
o document required settings in settings.xml
o update README.txt
o update the wiki [2]
Using scp should be tested on Windows, Linux, Solaris, and Mac OS X before
being committed.
[1] http://www.jcraft.com/jsch/
[2] http://wiki.apache.org/db-derby/ReleasePublication
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira