Skip to content

Commit

Permalink
IGNITE-17097: Add ServicesResourceTransformer to shade-plugin configu…
Browse files Browse the repository at this point in the history
…ration

There is a bug introduced in micronaut 3.4.0.
The workaround described here micronaut-projects/micronaut-core#7144
  • Loading branch information
Aleksandr Pakhomov committed Jun 3, 2022
1 parent e5d1eac commit 6f90b83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6f90b83

Please sign in to comment.