Enabled SSH-wagon for builds
[facebook-errors] / 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>