Skip to content

allure:* plugin goals are not working #337

@zhmaeff

Description

@zhmaeff

Describe the bug
During allure-maven plugin upgrade to 2.15.0 or 2.15.1 we faced the following error

No plugin found for prefix 'allure' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/runner/.m2/repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1]

To Reproduce
Steps to reproduce the behavior:

  1. Add to you pom.xml
<plugin>
    <groupId>io.qameta.allure</groupId>
    <artifactId>allure-maven</artifactId>
    <version>2.15.1</version>
    <configuration>
        <reportVersion>2.29.0</reportVersion>
    </configuration>
</plugin>
  1. Execute mvn allure:help or any other allure plugin goal.

Expected behavior
Help is printed

Screenshots

2.14.0
image

2.15.1
image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions