-
Notifications
You must be signed in to change notification settings - Fork 29
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
963: replace hardcoded dependency for mvn #996
base: main
Are you sure you want to change the base?
963: replace hardcoded dependency for mvn #996
Conversation
…:yurii-yu/IDEasy into feature/963_replace_hardcoded_dependency
cli/src/test/java/com/devonfw/tools/ide/commandlet/BuildCommandletTest.java
Outdated
Show resolved
Hide resolved
cli/src/test/resources/ide-projects/build/_ide/urls/mvn/mvn/dependencies.json
Show resolved
Hide resolved
cli/src/test/resources/ide-projects/mvn/_ide/urls/mvn/mvn/dependencies.json
Show resolved
Hide resolved
cli/src/test/resources/ide-projects/update/_ide/urls/mvn/mvn/dependencies.json
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yurii-yu thanks for implementing the dependencies.json for Maven. I've added some CRs please check.
…ependencies.json Co-authored-by: jan-vcapgemini <[email protected]>
…ndencies.json Co-authored-by: jan-vcapgemini <[email protected]>
…pendencies.json Co-authored-by: jan-vcapgemini <[email protected]>
…pendency' into feature/963_replace_hardcoded_dependency
… the unit tests we use maven 3.9.6
Pull Request Test Coverage Report for Build 13081302052Details
💛 - Coveralls |
I tried with your changes but unfortunately it does not work, because the actual version of maven we are using is 3.9.6. If we remove the configuration part of maven 3.0 to 4.0 from the |
fixes #963
replace hardcoded dependency with pre-configured
dependencies.json
dependencies.json
in ide_urls (in another repository)dependencies.json
are correctly loaded and parsed