Эксперт ХД

org.apache.maven.plugins:maven-shade-plugin (3.6.0)

Published 2026-09-15 10:12:46 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-shade-plugin</artifactId>
	<version>3.6.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.apache.maven.plugins:maven-shade-plugin:3.6.0

About this package

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

Dependencies

org.apache.maven:maven-plugin-api
${mavenVersion}
org.apache.maven:maven-model
${mavenVersion}
org.apache.maven:maven-core
${mavenVersion}
org.apache.maven:maven-artifact
${mavenVersion}
org.apache.maven.plugin-tools:maven-plugin-annotations
org.codehaus.plexus:plexus-utils
3.5.1
javax.inject:javax.inject
1
org.slf4j:slf4j-api
${slf4j.version}
org.ow2.asm:asm
${asmVersion}
org.ow2.asm:asm-commons
${asmVersion}
org.jdom:jdom2
2.0.6.1
org.apache.commons:commons-compress
1.26.2
commons-io:commons-io
2.16.1
org.vafer:jdependency
2.10
org.eclipse.sisu:org.eclipse.sisu.plexus
com.google.inject:guice
5.1.0
junit:junit
4.13.2
org.hamcrest:hamcrest-core
2.2
org.xmlunit:xmlunit-legacy
2.10.0
org.mockito:mockito-core
3.12.4
org.slf4j:slf4j-simple
${slf4j.version}
org.apache.maven:maven-compat
${mavenVersion}
org.apache.maven.plugin-testing:maven-plugin-testing-harness
3.3.0
Details
Maven
2026-09-15 10:12:46 +00:00
265
Apache Maven Shade Plugin
158 KiB
Assets (2)
Versions (1) View all
3.6.0 2026-09-15