This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename or remove - the packages of some of the dependencies.
There are a very strange build with maven-shade-plugin:2.4.3 in a standard maven project. It was throw can not find mainClass …
java maven maven-shade-pluginI am trying to run a jar created by the maven shade plugin. I am configuring the main class the …
java maven jar manifest maven-shade-pluginI have a section in pom.xml <filters> <filter> <artifact>*:*</artifact> <…
java maven maven-shade-pluginWhen running a Maven build in eclipse using the m2eclipse tooling for a project that is configured for the …
java eclipse maven m2eclipse maven-shade-pluginI try to use maven-shade-plugin for a modular jar: <plugin> <groupId>org.apache.maven.plugins</…
java maven java-9 maven-shade-plugin java-moduleSo here's my problem... I'm packaging a Spring Boot app into an uber jar using the maven-shade plugin. Simple, right? …
java maven maven-shade-plugin uberjar module-info