overture-stack / score

Secure Cloud Object REsource: file transfer microservice
https://www.overture.bio/products/score
GNU Affero General Public License v3.0
18 stars 10 forks source link

Optimize maven dependencies #390

Closed leoraba closed 7 months ago

leoraba commented 7 months ago

Detailed Description

Build process on Jenkins is taking longer than expected. Taking about 1h or even more to complete build.

Possible Implementation

leoraba commented 7 months ago

After checking carefully the build logs found that during build phase maven tries to download dependencies from: http://conjars.org/repo/ which is no longer valid repo, so need to exclude conjars.org as a dependencies repository.