mirror of https://github.com/apache/maven.git
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:
parent
3e185a491a
commit
a5bb27e69f
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue