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

Tom Zeller tzeller at dragonacea.biz
Sat Jun 3 13:51:03 UTC 2023


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

tzeller pushed a commit to branch 10
in repository java-idp-jetty-base.

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

commit d47ca3eea73b64016878bf4f5ec8155f9976d2e1
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 b0a4a29..b247802 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,26 +85,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