[java-idp-integration-tests] 02/02: Exclude jetty-base static.xml when deploying the testbed

Tom Zeller tzeller at dragonacea.biz
Wed May 8 22:18:09 UTC 2024


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=ac25de6319c1028be1458fd2ed1fef7a00851583

commit ac25de6319c1028be1458fd2ed1fef7a00851583
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 8 17:17:57 2024 -0500

    Exclude jetty-base static.xml when deploying the testbed
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7eb105e..6230ae4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,6 +417,7 @@
                                             <artifactId>idp-jetty-base</artifactId>
                                             <version>${idp-jetty-base.version}</version>
                                             <type>tar.gz</type>
+                                            <excludes>jetty-base/webapps/static.xml</excludes>
                                         </artifactItem>
                                     </artifactItems>
                                     <outputDirectory>${test-distributions.directory}</outputDirectory>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list