jenkins-infra / backend-extension-indexer

Generate the list of extension points and their known implementations
http://jenkins-ci.org/
7 stars 29 forks source link

Dependency issues at [backend-extension-indexer] pom.xml #74

Closed abhishekmaity closed 8 months ago

abhishekmaity commented 8 months ago

Service(s)

ci.jenkins.io

Summary

Getting the following maven error(s) at pom.xml when trying to build backend-extension-indexer locally

Reproduction steps

Step 1: fork the project Step 2: clone the project locally (I am using IntelliJ IDE) Step 3: Perform Maven update and mvn clean install

Please find below the screen I am getting Screenshot 2024-02-25 195729

lemeurherve commented 8 months ago

Transferred from jenkins-infra/helpdesk as it isn't an infrastructure issue.

abhishekmaity commented 8 months ago

I re-ran mvn clean install. The issue got resolved.