Do not use Shade by default and package in another way for a runnable fatjar #236
Labels
closed: duplicate
This issue or pull request already exists
type: enhancement
New feature or request
We shouldn't package the application by default (
mvn package
) using the Shade plugin, instead we should create only the application jar. The usage of the Shade plugin should be enabled under a flag-Pshade
.This also makes that we need a way to create runnable fatjars. Explore different options like https://www.baeldung.com/executable-jar-with-maven
The text was updated successfully, but these errors were encountered: