Skip to content

Commit

Permalink
specify main
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaniissou committed Oct 17, 2024
1 parent f86e8fd commit 892faef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.example.Main</mainClass>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 892faef

Please sign in to comment.