[java-idp-jetty-base] 04/09: IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation

Rod Widdowson rdw at steadingsoftware.com
Sat Aug 10 15:04:32 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=fba8930cd06f6a636063bb99b6eb841e949e3102

commit fba8930cd06f6a636063bb99b6eb841e949e3102
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