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>
Choose a version of io.gatling : gatling-maven-shade-plugin to add to Maven - Latest 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
|
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