Registry / build-tool / maven-shade-plugin

maven-shade-plugin

JSON →
library3.6.2javamavenunverified

Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes.

<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.6.2</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-SHADE-PLUGIN
M
maven-shade-plugin
build-tooljavav3.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ShadeMojo
org.apache.maven.plugins.shade.ShadeMojo

Configure the Maven Shade Plugin in your pom.xml.

<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.6.2</version> <executions> <execution> <phase>package</phase> <goals><goal>shade</goal></goals> </execution> </executions> </plugin>
Debug
Known issues
gotchaShading can cause classloader issues if not configured carefully, especially with signed JARs or services files.
fix
Use transformers like ServicesResourceTransformer and configure relocations properly.
affects: *
Upgrade
Version history
3.6.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
maven-shade-plugin — mvn dependency:get maven-shade-plugin · libregistry