o correct ssh external deployment

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326160 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-18 17:07:33 +00:00
parent 3e185a491a
commit a5bb27e69f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Guide to deploying with an external SSH command
<distributionManagement>
<repository>
<id>ssh-repository</id>
<url>scp://repository.mycompany.com/repository</url>
<url>scpexe://repository.mycompany.com/repository</url>
</repository>
</distributionManagement>