[java-idp-plugin-jetty] 98/186: Move jetty94-dta-ssl-1.0.0 from being a dependency to a resource (again)

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:57:29 UTC 2025


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

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=77a5ac9a0e1528218cc9a5190ec92406b72e4614

commit 77a5ac9a0e1528218cc9a5190ec92406b72e4614
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Nov 22 17:14:50 2022 +0000

    Move jetty94-dta-ssl-1.0.0 from being a dependency to a resource (again)
---
 pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index 726b541..14967c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,26 +102,6 @@
             <plugin>
                 <artifactId>maven-dependency-plugin</artifactId>
                 <executions>
-                    <!-- Copy Jetty DTA plugin to jetty-base/lib/ext/ directory. -->
-                    <execution>
-                        <id>copy-jetty-dta-ssl</id>
-                        <phase>prepare-package</phase>
-                        <goals>
-                            <goal>copy</goal>
-                        </goals>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>net.shibboleth.utilities.jetty9</groupId>
-                                    <artifactId>jetty94-dta-ssl</artifactId>
-                                    <version>${jetty94-dta-ssl.version}</version>
-                                    <type>jar</type>
-                                    <overWrite>false</overWrite>
-                                    <outputDirectory>${assemblyDirectory}/jetty-base/lib/ext</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
                     <!-- Copy Logback logging dependencies to jetty-base/lib/logging directory. -->
                     <execution>
                         <id>copy-jetty-logging-logback</id>

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


More information about the commits mailing list