You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sd...@apache.org on 2022/06/06 10:58:26 UTC

[ignite-3] branch main updated: IGNITE-17097: Add ServicesResourceTransformer to shade-plugin configuration (#852)

This is an automated email from the ASF dual-hosted git repository.

sdanilov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 8325a1040 IGNITE-17097: Add ServicesResourceTransformer to shade-plugin configuration (#852)
8325a1040 is described below

commit 8325a1040ec57b3f5d7136788b3455372f4acb70
Author: Alexandr <Sa...@icloud.com>
AuthorDate: Mon Jun 6 13:58:22 2022 +0300

    IGNITE-17097: Add ServicesResourceTransformer to shade-plugin configuration (#852)
---
 modules/cli/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/modules/cli/pom.xml b/modules/cli/pom.xml
index 8779c496a..218ccff05 100644
--- a/modules/cli/pom.xml
+++ b/modules/cli/pom.xml
@@ -185,11 +185,14 @@
                         <configuration>
                             <finalName>ignite</finalName>
                             <transformers>
-                                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                                <transformer
+                                  implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                     <manifestEntries>
                                         <Main-Class>org.apache.ignite.cli.IgniteCliApp</Main-Class>
                                     </manifestEntries>
                                 </transformer>
+                                <transformer
+                                  implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
                             </transformers>
                             <filters>
                                 <filter>