This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new aced7b8 Add multiple SCIs
aced7b8 is described below
commit aced7b8cbc91fd840384b221fa8ed580810138db
Author: remm <[email protected]>
AuthorDate: Thu Jul 4 11:59:25 2019 +0200
Add multiple SCIs
This avoids the missing websockets SCI issue.
---
res/tomcat-maven/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/res/tomcat-maven/pom.xml b/res/tomcat-maven/pom.xml
index fc1046a..fe699bd 100644
--- a/res/tomcat-maven/pom.xml
+++ b/res/tomcat-maven/pom.xml
@@ -99,6 +99,9 @@
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<transformers>
+ <transformer
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
+
<resource>META-INF/services/javax.servlet.ServletContainerInitializer</resource>
+ </transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>${mainClass}</mainClass>
</transformer>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]