This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch maven2surefire-jvm-communication
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to
refs/heads/maven2surefire-jvm-communication by this push:
new 8aba52f shade SPI
8aba52f is described below
commit 8aba52f04922e1dac6f3941114d39da6fe7623c6
Author: tibordigana <[email protected]>
AuthorDate: Tue Feb 18 08:34:52 2020 +0100
shade SPI
---
surefire-shadefire/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml
index 1d2c468..fcf4d85 100644
--- a/surefire-shadefire/pom.xml
+++ b/surefire-shadefire/pom.xml
@@ -88,6 +88,9 @@
<shadedPattern>org.apache.maven.shadefire</shadedPattern>
</relocation>
</relocations>
+ <transformers>
+ <transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+ </transformers>
</configuration>
</execution>
</executions>