Reputation: 3575
[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]
I can download dependency jars, so my proxy setting should be OK, when i run maven-rar-plugin:rar the above error occurs. Same error when i add maven-antrun-plugin Any ideas?
Upvotes: 0
Views: 2011
Reputation: 15525
I have searched for the plugin, and found a new one at Apache. There the goal to call it is rar:rar
. Perhaps you try to use the old version (Maven 1)?
Upvotes: 1
Reputation: 40036
I think you should use rar:rar
instead of maven-rar-plugin:rar
.
Please refer to Maven RAR Plugin's usage page
Upvotes: 2