MVN

io.gatling : gatling-maven-shade-plugin

Maven & Gradle

Nov 09, 2018

Gatling Maven Shade Plugin, fork of Apache's · 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>gatling-maven-shade-plugin</artifactId>
    <version>3.1.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1.0.4

All Versions

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

Version Vulnerabilities Updated
3.1.x
gatling-maven-shade-plugin-3.1.0.4
gatling-maven-shade-plugin-3.1.0.3
gatling-maven-shade-plugin-3.1.0.2

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>gatling-maven-shade-plugin</artifactId>
    <version>3.1.0.4</version>
</plugin>

Advertisement