<dependency>
<groupId>ru.yandex.qatools.allure</groupId>
<artifactId>allure-maven-plugin</artifactId>
<version>2.6</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.allure', module='allure-maven-plugin', version='2.6')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- ru.yandex.qatools.clay:clay-aether:2.5
|-- org.apache.httpcomponents:httpclient:4.5.3
|-- org.apache.maven:maven-core:3.3.9
|-- org.apache.maven.reporting:maven-reporting-impl:2.4
|-- commons-beanutils:commons-beanutils:1.9.3
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.2
|-- org.apache.maven.plugins:maven-jxr-plugin:2.5
provided
|-- org.apache.maven:maven-plugin-api:3.3.9
test
|-- junit:junit:4.12