[java-parent-project] branch main updated: JPAR-176 - Explore deploying site builds over scp rather than WebDAV
Phil Smart
philip.smart at jisc.ac.uk
Mon Jun 28 13:48:21 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=1e0199c9adcccba320150de5f375106302ad23fc
The following commit(s) were added to refs/heads/main by this push:
new 1e0199c JPAR-176 - Explore deploying site builds over scp rather than WebDAV
1e0199c is described below
commit 1e0199c9adcccba320150de5f375106302ad23fc
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jun 28 14:48:16 2021 +0100
JPAR-176 - Explore deploying site builds over scp rather than WebDAV
Add wagon-ssh to maven-site-plugin
https://issues.shibboleth.net/jira/browse/JPAR-176
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 082e850..5451303 100644
--- a/pom.xml
+++ b/pom.xml
@@ -798,6 +798,11 @@
<artifactId>wagon-webdav-jackrabbit</artifactId>
<version>3.4.3</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh</artifactId>
+ <version>3.4.3</version>
+ </dependency>
</dependencies>
</plugin>
<plugin>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list