This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 2ab2204a5b TOMEE-4204 | TOMEE-4181 - Exclude bcpkix, bcprov and bcutil
from patch plugin for profile "plume"
2ab2204a5b is described below
commit 2ab2204a5bb70d4070afcb3d629d7db8620db659
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed May 3 09:23:47 2023 +0200
TOMEE-4204 | TOMEE-4181 - Exclude bcpkix, bcprov and bcutil from patch
plugin for profile "plume"
---
tomee/apache-tomee/pom.xml | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index 1e0adc0dae..0a08c8afcd 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -812,11 +812,13 @@
<select>apache-tomee-(plus|plume|webprofile|microprofile).*\.zip</select>
<skipTransform>true</skipTransform>
<createTarGz>true</createTarGz>
- <replace>
- <resources>
-
<ServerInfo.properties>${project.build.sourceDirectory}/ServerInfo.properties</ServerInfo.properties>
- </resources>
- </replace>
+ <skips>
+ <jars>
+
<bcpkix-jdk15to18-1.73.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.73</bcpkix-jdk15to18-1.73.jar>
+
<bcprov-jdk15to18-1.73.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.73</bcprov-jdk15to18-1.73.jar>
+
<bcutil-jdk15to18-1.73.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.73</bcutil-jdk15to18-1.73.jar>
+ </jars>
+ </skips>
</configuration>
<executions>
<execution>