You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/13 16:20:27 UTC

git commit: [flex-falcon] [refs/heads/develop] - - Added a dependency to the wagon-ssh provider to allow scm deployment of the site-plugin

Repository: flex-falcon
Updated Branches:
  refs/heads/develop b3edbd332 -> ee75cb7e5


- Added a dependency to the wagon-ssh provider to allow scm deployment of the site-plugin


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ee75cb7e
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ee75cb7e
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ee75cb7e

Branch: refs/heads/develop
Commit: ee75cb7e5fe9aad5065d0fda6e712218c5b9a1b8
Parents: b3edbd3
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Sep 13 18:20:19 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Sep 13 18:20:19 2016 +0200

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ee75cb7e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5a15d88..09978db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,6 +389,12 @@
             <artifactId>asciidoctorj-diagram</artifactId>
             <version>1.3.1</version>
           </dependency>
+          <!-- add support for ssh/scp site deployment -->
+          <dependency>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh</artifactId>
+            <version>1.0</version>
+          </dependency>
         </dependencies>
       </plugin>