-
Notifications
You must be signed in to change notification settings - Fork 167
[ERROR] No implementation for org.eclipse.aether.RepositorySystem was bound. #577
Comments
If you don't change the version of allure and allure-maven-plugin, nothing should change in process. |
@pdf88 Maven 3.1.1 or higher required for allure-maven-plugin |
mvn --version shows me Apache Maven 3.2.5. |
Since version 14 IDEA uses bundled maven 3.0.5. |
Yes, that's it! Thank you, you a lot of help! |
Hi all, with maven 3.0.4 is not possible to generate allure report? |
you can use Allure 2 instead |
Hi baev, thank you! Could you share a link with me regarding allure 2? Usage(I mean with maven dependency) is the same and can I use it with cucumber-jvm? |
https://docs.qameta.io/allure/2.0/#_maven_5 According to this site, it is not clear how can I switch to Allure 2. Any help would be appreciated! |
@brobee, Allure 2 is fully compatible with previous adapters, so you can install it and use as before: allure generate <path/to/allure-results>. Are you using Jenkins? |
Will use it with teamcity. However, I was able to install newer version of maven. my only problem is now, the feature files (given when then) steps cannot be found in the report. Why? Apart from that, the broken tests are yellow, failed red and passed are green. is it possible to modify it? broken = failed, only red/green should be shown on the report. Thanks! |
It seems like report generation doesn't work since this morning.
Tests run fine, but while executing maven site goal I get an error:
WARNING: Error injecting: ru.yandex.qatools.allure.report.AllureReportMojo
com.google.inject.ProvisionException: Guice provision errors:
while locating ru.yandex.qatools.allure.report.AllureReportMojo
1 error
at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:974)
Yesterday it was okay, but today I get the same errors on the local mashine and on the server in Jenkins job.
I've cleaned the .m2/org directory and download all the modules again, but this didn't help.
Please see the pom file example:
And the console output:
The text was updated successfully, but these errors were encountered: