Releases: allure-framework/allure-maven
Releases · allure-framework/allure-maven
2.9
2.8
2.7
2.6 Release
Improvements
- version updagrades
- migrate to Jenkinsfile
Fixes
- fixed example report link
- add index.html to avioid display in iframe
Commits since 2.5
2.5 Release
Add ability to configure report generation. There is few ways to do it:
-
Put
allure.properties
(report.properties
for Allure 1.5 or above) to classpath.
Both compile class path and test class path are supported. -
Specify the
properties
in configuration<configuration> <properties> <allure.issues.tracker.pattern>http://example.com/%s</allure.issues.tracker.pattern> </properties> </configuration>
-
Specify the
propertiesFilePath
<configuration> <propertiesFilePath>path/to/your/allure.properties</propertiesFilePath> </configuration>
Commits since 2.4
2.4 Release
fix transitive deps resolving
Commits since 2.3
2.3 Release
The new version of maven plugin.
Plugin configuration parameters was changed
As of version 2.3 plugin configuration parameters was changed and you only can generate the report 1.4.16 or above. For older versions of the report use older version of maven plugin.
http://wiki.qatools.ru/display/AL/Allure+Maven+Plugin
Commits since 2.2
2.2 Release
- Fix logging issues
- Add ability to use plugins
Commits since 2.1
2.1 Release
Some tiny changes.
Commits since 2.0
Allure Maven Plugin 2.0
allure-maven-plugin-2.0 [maven-release-plugin] copy for tag allure-maven-plugin-2.0