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.qameta.allure</groupId>
<artifactId>allure-maven</artifactId>
<version>2.12.0</version>
</plugin>
Choose a version of io.qameta.allure : allure-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.12.x |
allure-maven-2.12.0
|
||
2.11.x |
allure-maven-2.11.2
|
||
2.10.x |
allure-maven-2.10.0
|
||
2.9 |
allure-maven-2.9
|
||
2.8 |
allure-maven-2.8
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-maven</artifactId>
<version>2.12.0</version>
</plugin>
Advertisement