2016-09-07 12 views
0

誰かが助けてくれますか?私はプロジェクトhttps://github.com/allure-examples/allure-testng-exampleを開始しようとします。私は、コマンドMVNクリーン、MVNテストを実行し、後に「MVNサイト」よりも、エラーを取得:ru.yandex.qatools.allureのレポートを取得できませんでした:allure-maven-plugin:mojoの 'レポート'を読み込めません

Please refer to D:\temp\allure-testng-example\target\surefire-reports for the individual test results. 
[INFO] 
[INFO] --- maven-site-plugin:3.0:site (default-site) @ allure-testng-example --- 
[INFO] configuring report plugin ru.yandex.qatools.allure:allure-maven-plugin:2.2 
сен 07, 2016 5:05:11 PM org.sonatype.guice.bean.reflect.Logs$JULSink warn 
WARNING: Error injecting: ru.yandex.qatools.allure.report.AllureReportMojo 
com.google.inject.ProvisionException: Guice provision errors: 

1) No implementation for org.eclipse.aether.RepositorySystem was bound. 
    while locating ru.yandex.qatools.allure.report.AllureReportMojo 

1 error 
    at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:974) 
    at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1000) 
    at org.sonatype.guice.bean.reflect.AbstractDeferredClass.get(AbstractDeferredClass.java:45) 
    at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:84) 
.... 

答えて

0

します。

https://github.com/allure-framework/allure-core/issues/577のおかげで、デフォルトではバンドルされたmavenを使用するIntelliJ IDEAに問題がありました。

正しい作業のために、最新のMavenバージョンを使用する必要があります。

関連する問題