[java-support] branch main updated: Backport SSH support in site plugin.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 19 21:09:07 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=d080a70f6efc878f0200ede7f0431e49981134c6
The following commit(s) were added to refs/heads/main by this push:
new d080a70 Backport SSH support in site plugin.
d080a70 is described below
commit d080a70f6efc878f0200ede7f0431e49981134c6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 19 17:09:05 2021 -0400
Backport SSH support in site plugin.
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index b92905d..dfa3cd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,6 +197,18 @@
</archive>
</configuration>
</plugin>
+ <!-- TODO: Remove when parent POM updated. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh</artifactId>
+ <version>3.4.3</version>
+ </dependency>
+ </dependencies>
+ </plugin>
</plugins>
</build>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list