[spring-extensions] branch main updated: Backport SSH support in site plugin.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 19 21:09:32 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=2d6a2f40124d103bafde813dc506b514536feb23
The following commit(s) were added to refs/heads/main by this push:
new 2d6a2f4 Backport SSH support in site plugin.
2d6a2f4 is described below
commit 2d6a2f40124d103bafde813dc506b514536feb23
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 19 17:09:29 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 03ea1d0..45cd8a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,6 +201,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