Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize maven dependencies #390

Closed
leoraba opened this issue Nov 28, 2023 · 1 comment · Fixed by #391
Closed

Optimize maven dependencies #390

leoraba opened this issue Nov 28, 2023 · 1 comment · Fixed by #391
Labels
bug Something isn't working

Comments

@leoraba
Copy link
Contributor

leoraba commented Nov 28, 2023

Detailed Description

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

Possible Implementation

  • Remove unused dependencies
  • Use latest dependencies version.
  • Configuring Parallel Artifact Resolution on Maven (mvn -Dmaven.artifact.threads=10)
  • Use alternative mirrors
  • and more, ...
@leoraba leoraba added new-feature Request is a new feature bug Something isn't working and removed new-feature Request is a new feature labels Nov 28, 2023
@leoraba
Copy link
Contributor Author

leoraba commented Nov 29, 2023

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.

@leoraba leoraba linked a pull request Nov 30, 2023 that will close this issue
@leoraba leoraba closed this as completed Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant