How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.perfcake</groupId>
<artifactId>perfcake-maven-plugin</artifactId>
<version>7.5</version>
</plugin>
Choose a version of org.perfcake : perfcake-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.5 |
perfcake-maven-plugin-7.5
|
||
7.4 |
perfcake-maven-plugin-7.4
|
||
7.3 |
perfcake-maven-plugin-7.3
|
||
7.2 |
perfcake-maven-plugin-7.2
|
||
7.1 |
perfcake-maven-plugin-7.1
|
||
7.0 |
perfcake-maven-plugin-7.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.perfcake</groupId>
<artifactId>perfcake-maven-plugin</artifactId>
<version>7.5</version>
</plugin>
Advertisement