Quando executo
mvn surefile-report:report
Dá o seguinte build failure:
[ERROR] No plugin found for prefix 'surefile-report' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\andre\.m2\repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
Creio que o plugin surefile-report não está instalado. Procurei no site da Maven (de onde tirei essa conclusão) mas não diz como instalar um plugin, apenas o link de download (http://maven.apache.org/surefire/download.cgi)
Então fica a dúvida, como instalar plugins no Maven, devo copiar o download para alguma pasta? Existe algum install?
*Estou usando o Windows 10