Enabled SSH-wagon for builds
authorKai Moritz <kai@juplo.de>
Tue, 29 Oct 2019 15:26:20 +0000 (16:26 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 29 Oct 2019 16:39:14 +0000 (17:39 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index c06891f..47085da 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </executions>
       </plugin>
     </plugins>
+    <extensions>
+      <!-- Enabling the use of SSH -->
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+         <artifactId>wagon-ssh-external</artifactId>
+         <version>2.10</version>
+      </extension>
+    </extensions>
   </build>