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