On 12/29/06, Dennis Lundberg <dennisl@apache.org> wrote:
<snip/>
>
> The idea of using a different protocol is fine by me, as long as I can
> continue to use "scp" is I want to. That does seem to be the default
> setting. So +1 for that.
>
<snap/>
scpexe (see patch at the bottom of the email -- yes, formatting will
be off) defaults to the 'scp' executable for transport.
-Rahul
Index: pom.xml
===================================================================
--- pom.xml (revision 490357)
+++ pom.xml (working copy)
@@ -148,7 +148,7 @@
<repository>
<id>apache.releases</id>
<name>Apache Release Distribution Repository</name>
- <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+ <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
</repository>
</distributionManagement>
<build>
@@ -187,7 +187,7 @@
<repository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
- <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+ <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</repository>
</distributionManagement>
<build>
>
> --
> Dennis Lundberg
>
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|