[java-idp-plugin-jetty] branch main updated: Fix Thinko when renaming artifacts
Rod Widdowson
rdw at steadingsoftware.com
Tue Aug 5 13:24:52 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=472aaa39103aaee0165e3daabbd76bc6d99120f2
The following commit(s) were added to refs/heads/main by this push:
new 472aaa3 Fix Thinko when renaming artifacts
472aaa3 is described below
commit 472aaa39103aaee0165e3daabbd76bc6d99120f2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 5 14:24:32 2025 +0100
Fix Thinko when renaming artifacts
---
jetty-dist/src/main/assembly/plugin.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jetty-dist/src/main/assembly/plugin.xml b/jetty-dist/src/main/assembly/plugin.xml
index d1e7adf..47f9e6f 100644
--- a/jetty-dist/src/main/assembly/plugin.xml
+++ b/jetty-dist/src/main/assembly/plugin.xml
@@ -9,7 +9,7 @@
<directory>../jetty-impl/target</directory>
<outputDirectory>webapp/WEB-INF/lib</outputDirectory>
<includes>
- <include>jetty-plugin-*.jar</include>
+ <include>jetty-base-plugin-*.jar</include>
</includes>
</fileSet>
<fileSet>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list