[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
Tue Jun 29 08:48:03 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=31605d7861f43b113ddccdb2ccb9c26f7f20e62b
The following commit(s) were added to refs/heads/main by this push:
new 31605d7 JPAR-176 - Explore deploying site builds over scp rather than WebDAV
31605d7 is described below
commit 31605d7861f43b113ddccdb2ccb9c26f7f20e62b
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jun 29 09:48:00 2021 +0100
JPAR-176 - Explore deploying site builds over scp rather than WebDAV
Add scp site deployment specific URL property
https://issues.shibboleth.net/jira/browse/JPAR-176
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 5451303..0a5d283 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,8 @@
<maven.central.url>https://repo1.maven.org/maven2</maven.central.url>
<shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
+ <!-- Separate the site deployment URL from the published site locations (JPAR-176) -->
+ <shibboleth.site.deploy.url>//shibboleth.net/home/javasites/staging/</shibboleth.site.deploy.url>
<shibboleth.scm.connection>scm:git:https://git.shibboleth.net/git/</shibboleth.scm.connection>
<shibboleth.scm.developerConnection>scm:git:git at git.shibboleth.net:</shibboleth.scm.developerConnection>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list