MVN

io.gatling : maven-shade-plugin

Maven & Gradle

Dec 11, 2017

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

<plugin>
    <groupId>io.gatling</groupId>
    <artifactId>maven-shade-plugin</artifactId>
    <version>3.1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gatling : maven-shade-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.0.1

All Versions

Choose a version of io.gatling : maven-shade-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
maven-shade-plugin-3.1.0.1
2.4.x
maven-shade-plugin-2.4.4.2
maven-shade-plugin-2.4.4.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.gatling</groupId>
    <artifactId>maven-shade-plugin</artifactId>
    <version>3.1.0.1</version>
</plugin>