Home

Awesome

Allure Maven Plugin

Build release-badge

This plugin generates Allure Report from allure-results.

<img src="https://allurereport.org/public/img/allure-report.svg" height="85px" alt="Allure Report logo" align="right" />


Getting Started

<plugin>
	<groupId>io.qameta.allure</groupId>
	<artifactId>allure-maven</artifactId>
	<version>2.12.0</version>
</plugin>

You can generate a report using one of the following command:

Report will be generated into temp folder. Web server with results will start.

Report will be generated tะพ directory: target/site/allure-maven/index.html

Configuration

You can configure Allure Report version by using reportVersion property:

<plugin>
	<groupId>io.qameta.allure</groupId>
	<artifactId>allure-maven</artifactId>
	<version>2.12.0</version>
	<configuration>
		<reportVersion>2.30.0</reportVersion>
	</configuration>
</plugin>

Additional information can be found on official website.