From f2be9f2255ad4f99c7dd9a405669cc444c033a86 Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Mon, 23 Jan 2017 09:46:29 -0600 Subject: [PATCH] add scp to site plugin so we can deploy docs after release --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 21f332912b7..2573efd78d8 100644 --- a/pom.xml +++ b/pom.xml @@ -557,7 +557,14 @@ org.apache.maven.plugins maven-site-plugin - 3.6 + 3.6 + + + org.apache.maven.wagon + wagon-ssh + 1.0 + + org.apache.maven.plugins