Testng 无法使用maven下载reportyng插件

Testng 无法使用maven下载reportyng插件,testng,maven-3,Testng,Maven 3,我使用报告与maven一起生成xslt报告,但在执行时出现以下错误 命令: "mvn clean test site org.reportyng:reporty-ng:1.2:reportyng" 错误: [ERROR] Error resolving version for plugin 'org.reportyng-ng:1.2' from the repositories [local (C:\Documents and Settings\RajkumarJain\.m2\reposit

我使用报告与maven一起生成xslt报告,但在执行时出现以下错误

命令:

"mvn clean test site org.reportyng:reporty-ng:1.2:reportyng"
错误:

[ERROR] Error resolving version for plugin 'org.reportyng-ng:1.2' from the repositories [local (C:\Documents and Settings\RajkumarJain\.m2\repository), reporty-ng (https://github.com/cosminaru/reporty-ng/raw/master/dist/maven), central (https://repo.maven.apache.org/maven2)]: Plugin not found in any plugin repository

是的,它已经被删除。如果你想用Ant试试这个,你可以检查一下

我在github上检查过它,它会把我放到404页面。我也在中央maven存储库中检查了它,但没有找到它。也许它已经被从任何地方移走了。