[java-idp-jetty-base] 04/18: IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
Rod Widdowson
rdw at steadingsoftware.com
Tue Oct 15 15:14:51 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/IDP-2297
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=783c150b59b134ef8b4e50d6b580c723882633aa
commit 783c150b59b134ef8b4e50d6b580c723882633aa
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jul 29 16:49:13 2024 +0100
IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
https://shibboleth.atlassian.net/browse/IDP-2297
Add stripTopLevelDir=false to procrun
---
.../main/resources/net/shibboleth/idp/jettybase/plugin/plugin.properties | 1 +
1 file changed, 1 insertion(+)
diff --git a/jetty-base-impl/src/main/resources/net/shibboleth/idp/jettybase/plugin/plugin.properties b/jetty-base-impl/src/main/resources/net/shibboleth/idp/jettybase/plugin/plugin.properties
index 021e2fb..ca7bd37 100644
--- a/jetty-base-impl/src/main/resources/net/shibboleth/idp/jettybase/plugin/plugin.properties
+++ b/jetty-base-impl/src/main/resources/net/shibboleth/idp/jettybase/plugin/plugin.properties
@@ -13,6 +13,7 @@ plugin.package.2.destination=jetty-base/lib/logging
plugin.package.3.source=packages/procrun.zip
plugin.package.3.destination=shibd_idp
+plugin.package.3.stripTopLevelDir=false
plugin.package.3.nonwindows=false
# No prereqs
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list