Skip to content

Releases: allure-framework/allure-maven

2.9

01 Oct 11:33
Compare
Choose a tag to compare
2.9

Improvements

Fixes

Links

Commits since 2.8

2.8

30 May 20:44
Compare
Choose a tag to compare
2.8

Improvements

  • maven central sync

Links

Commits since 2.7

2.7

30 May 20:09
Compare
Choose a tag to compare
2.7

Improvements

Links

Commits since 2.6

2.6 Release

22 May 19:42
Compare
Choose a tag to compare

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

23 Nov 17:47
Compare
Choose a tag to compare

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

28 Oct 15:30
Compare
Choose a tag to compare

fix transitive deps resolving

Commits since 2.3

2.3 Release

25 Sep 16:19
Compare
Choose a tag to compare

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

08 May 13:16
Compare
Choose a tag to compare
  • Fix logging issues
  • Add ability to use plugins

Commits since 2.1

2.1 Release

30 Apr 12:44
Compare
Choose a tag to compare

Some tiny changes.

Commits since 2.0

Allure Maven Plugin 2.0

19 Aug 14:53
Compare
Choose a tag to compare
allure-maven-plugin-2.0

[maven-release-plugin]  copy for tag allure-maven-plugin-2.0