Não encontra o jar

[ERROR] Failed to execute goal on project agendaauth: Could not resolve dependencies for project br.com.ghnetsoft.agenda.auth:agendaauth:jar:0.0.1: Failure to find br.com.ghnetsoft.agenda.model:agendamodel:jar:0.0.1 in http://xxxxxxxxxx/artifactory/libs-release was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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 read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Failed to update Gitlab commit status for project '70': RESTEASY004655: Unable to invoke request
[Pipeline] // gitlabCommitStatus
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (NOTIFY FAILED)
[Pipeline] updateGitlabCommitStatus
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE

Pom do projeto


artifactory

Estranho não encontrar o jar

Só dá erro na execução da pipeline ou local dá erro também?

1 curtida

Local ao mvn clean install, não deu erro

Um teste que vc pode fazer é deletar do maven local essa dependencia e ver se o o projeto consegue baixar ela de novo.

Em vez de executar o install, tu pode chamar o package: mvn clean package

1 curtida

[INFO] Downloading from : http://xxxxxxxxxx/artifactory/libs-release/br/com/ghnetsoft/agenda/model/agendamodel/0.0.1/agendamodel-0.0.1.pom

baixou

Hmmm, tem que ver, pq ele baixou o pom. Se me lembro bem, deveria ter uma entrada onde o jar é baixado.

Veja na pasta do seu repo maven local e veja se o jar está lah.

1 curtida

Esta é a pasta

No erro que o maven cuspiu, tem um link com alguns possíveis problemas que podem acontecer nesse caso: DependencyResolutionException - Apache Maven - Apache Software Foundation. Tente dá uma olhada para ver se aparece alguma luz.

Por exemplo, um outro teste seria tentar adicionar -U no step da pipeline que faz o build do projeto para forçar o maven atualizar as dependências.

1 curtida