[java-idp-tomcat-base] 02/03: Use tomcat-juli.jar from CATALINA_HOME
Tom Zeller
tzeller at dragonacea.biz
Sat Jan 7 16:28:12 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.0
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=00fc81c80f684296e3585ecebc2e3b967e5e3ef9
commit 00fc81c80f684296e3585ecebc2e3b967e5e3ef9
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 6 13:18:46 2023 -0600
Use tomcat-juli.jar from CATALINA_HOME
---
pom.xml | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/pom.xml b/pom.xml
index 34eb961..e857d81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,6 @@
<properties>
<assemblyDirectory>${project.build.directory}/idp-tomcat-base</assemblyDirectory>
- <tomcat.version>9.0.12</tomcat.version>
</properties>
<repositories>
@@ -77,31 +76,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <!-- Copy tomcat-juli to tomcat-base/bin directory. -->
- <execution>
- <id>copy-tomcat-juli</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>tomcat-juli</artifactId>
- <version>${tomcat.version}</version>
- <type>jar</type>
- <overWrite>false</overWrite>
- <outputDirectory>${assemblyDirectory}/tomcat-base/bin</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
<!-- Assemble -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list