Skip to content

Commit

Permalink
Removed finalName from maven-shade-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenkroon committed Nov 17, 2023
1 parent c0bf750 commit de2e741
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,9 @@
<goal>shade</goal>
</goals>
<configuration>
<finalName>Imvertor-1-SNAPSHOT-jar-with-dependencies</finalName>
<!--
<finalName>imvertor_mk-1-SNAPSHOT-jar-with-dependencies</finalName>
-->
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>nl.imvertor.ChainTranslateAndReport</mainClass>
Expand Down

0 comments on commit de2e741

Please sign in to comment.