Solucionado (ver solução)
Solucionado
(ver solução)
3
respostas

Erro na execução de comando

Bom dia, professor. Estou tentando executar o comando no cmd do windows "mvn archetype:generate -DartifactId=produtos -DgroupId=br.com.alura.maven -DinteractiveMode=false -DarchetypeArtifactId=maven-archetype-quickstart"

e está sendo gerado o erro:

C:\Users\thiagofelipe.tflm\workspace3>mvn archetype:generate -DartifactId=produt os -DgroupId=br.com.alura.maven -DinteractiveMode=false -DarchetypeArtifactId=ma ven-archetype-quickstart [INFO] Scanning for projects... Downloading: https://sistemas.orgao.gov.br/nexus/repository/maven-public/org/apach e/maven/plugins/maven-archetype-plugin/maven-metadata.xml [WARNING] Could not transfer metadata org.apache.maven.plugins:maven-archetype-p lugin/maven-metadata.xml from/to orgao-m2 (https://sistemas.orgao.gov.br/nexus/repos itory/maven-public/): sun.security.validator.ValidatorException: PKIX path build ing failed: sun.security.provider.certpath.SunCertPathBuilderException: unable t o find valid certification path to requested target [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.271 s [INFO] Finished at: 2017-02-24T11:06:55-03:00 [INFO] Final Memory: 10M/119M [INFO] ------------------------------------------------------------------------ [ERROR] Error resolving version for plugin 'org.apache.maven.plugins:maven-arche type-plugin' from the repositories [local (C:\Users\thiagofelipe.tflm.m2\reposi tory), orgao-m2 (https://sistemas.orgao.gov.br/nexus/repository/maven-public/)]: Plu gin not found in any plugin repository -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginVersionR esolutionException

Meu maven foi configurado pra usar internamente no órgão.

Pra continuar testando devo suprimir a tag do órgão e colocar algum default? Ou corrijo como?

Obrigado

3 respostas

Tentei executar com o "-D" e dá a mesma coisa

mvn archetype:generate -D"artifactId=produtos" -D"groupId=br.com.alura.maven" -D"interactiveMode=false" -D"archetypeArtifactId=maven-archetype-quickstart"

solução!

Comentei a tag mirror que estava apontando para o nexus da firma.

Coloquei a tag padrão do maven:

UK UK Central http://uk.maven.org/maven2 central

e funcionou.

Resolvido

Excelente Thiago!