[ERROR] No plugin found for prefix 'maven-rar-plugin' in the current project and in the plugin groups [org.apache.maven.plugins, org.co
dehaus.mojo] available from the repositories [local (D:\sunguo\.m2\repository), central (http://repo1.maven.org/maven2)] -> [Help 1]
我可以下载依赖项jar,所以我的代理设置应该没问题,当我运行maven-rar-plugin:rar时会出现上述错误。当我添加maven-antrun-plugin时出现相同的错误 有任何想法吗?
答案 0 :(得分:2)
我认为您应该使用rar:rar
代替maven-rar-plugin:rar
。
答案 1 :(得分:1)
我搜索了该插件,找到了new one at Apache。调用它的目标是rar:rar
。也许您尝试使用old version (Maven 1)?