Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
10.9.1.0
-
None
Description
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