mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +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> | ||||
| @@ -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