mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Using ssh for repo deploy
This commit is contained in:
@@ -20,6 +20,15 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
<extensions>
|
||||
<!-- Required for SSH deploy -->
|
||||
<extension>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-ssh-external</artifactId>
|
||||
</extension>
|
||||
</extensions>
|
||||
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
@@ -41,7 +50,7 @@
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>guac-dev</id>
|
||||
<url>file:///var/www/repo</url>
|
||||
<url>scpexe://guac-dev.org/var/www/repo</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
@@ -20,6 +20,15 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
<extensions>
|
||||
<!-- Required for SSH deploy -->
|
||||
<extension>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-ssh-external</artifactId>
|
||||
</extension>
|
||||
</extensions>
|
||||
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
@@ -50,7 +59,7 @@
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>guac-dev</id>
|
||||
<url>file:///var/www/repo</url>
|
||||
<url>scpexe://guac-dev.org/var/www/repo</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
Reference in New Issue
Block a user