[java-idp-jetty-base] branch 11 updated: Move jetty94-dta-ssl-1.0.0 from being a dependency to a resource (again)
Rod Widdowson
rdw at steadingsoftware.com
Tue Nov 22 17:14:56 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 11
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=77a5ac9a0e1528218cc9a5190ec92406b72e4614
The following commit(s) were added to refs/heads/11 by this push:
new 77a5ac9 Move jetty94-dta-ssl-1.0.0 from being a dependency to a resource (again)
77a5ac9 is described below
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