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:
- 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>
- Execute
mvn allure:help or any other allure plugin goal.
Expected behavior
Help is printed
Screenshots
2.14.0

2.15.1


Describe the bug
During
allure-mavenplugin upgrade to 2.15.0 or 2.15.1 we faced the following errorTo Reproduce
Steps to reproduce the behavior:
pom.xmlmvn allure:helpor any other allure plugin goal.Expected behavior
Help is printed
Screenshots
2.14.0

2.15.1

