RE: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-25 Thread Michal Maczka
> SCP has really pure functionality comparing to SFTP. I wanted to write poor. (Spell checkers:) ) mm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-25 Thread Rafal Krzewski
Michal Maczka wrote: >>I really don't appreciate this kind of name reuse - sftp is a protocol >>registered by the IETF (tcp/115). It was rather silly of JCraft to use >>that name for their scp implementation. Let's do better than them and >>have JavaScpDeployer (and possibly ExternalScpDeployer, if

RE: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-25 Thread Michal Maczka
> I really don't appreciate this kind of name reuse - sftp is a protocol > registered by the IETF (tcp/115). It was rather silly of JCraft to use > that name for their scp implementation. Let's do better than them and > have JavaScpDeployer (and possibly ExternalScpDeployer, if we want to > keep it

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread Jason van Zyl
On Tue, 2003-06-24 at 19:59, Rafal Krzewski wrote: > > > That SShDeployer uses an SCP session just implemented in Java instead of > > using the scp executable. > > I really don't appreciate this kind of name reuse - sftp is a protocol > registered by the IETF (tcp/115). It was rather silly of J

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread bob mcwhirter
> >>Excuse me is SCP deployment no longer supported? I believe that this is > >>what most people use for their deployments! Correct me if I'm wrong but > >>SFTP is plain old FTP running over TLS - a standard that never really > >>catched on, and it's servers are really hard to come by now. Why on >

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread Rafal Krzewski
Jason van Zyl wrote: On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote: [EMAIL PROTECTED] wrote: Added: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers SFtpDeployer.java Removed: src/plugins-build/artifact/src/main/org/apache/maven/deploy

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread Jason van Zyl
On Tue, 2003-06-24 at 18:47, Jason van Zyl wrote: > On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote: > > [EMAIL PROTECTED] wrote: > > > > > Added: > > > src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers > > > SFtpDeployer.java > > > Removed:

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread Jason van Zyl
On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote: > [EMAIL PROTECTED] wrote: > > > Added: > > src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers > > SFtpDeployer.java > > Removed: > > src/plugins-build/artifact/src/main/org/apache/maven/d

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread Rafal Krzewski
[EMAIL PROTECTED] wrote: Added: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers SFtpDeployer.java Removed: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers SshDeployer.java Log: Changed SCP