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

Introduce dependencies.json for mvn and remove hardcoded dependency #963

Open
Tracked by #726
hohwille opened this issue Jan 21, 2025 · 0 comments · May be fixed by #996
Open
Tracked by #726

Introduce dependencies.json for mvn and remove hardcoded dependency #963

hohwille opened this issue Jan 21, 2025 · 0 comments · May be fixed by #996
Assignees
Labels
dependency Tool dependencies (if tool A requires tool B) enhancement New feature or request mvn related to apache maven build tool

Comments

@hohwille
Copy link
Member

hohwille commented Jan 21, 2025

Introduce dependencies.json for mvn and remove hardcoded dependency:

@Override
protected void installDependencies() {
// TODO create mvn/mvn/dependencies.json file in ide-urls and delete this method
getCommandlet(Java.class).install();
}

Input for dependencies.json can be found here.

@github-project-automation github-project-automation bot moved this to 🆕 New in IDEasy board Jan 21, 2025
@hohwille hohwille changed the title Introduce dependencies.json for mvn and remove hardcoded dependency: IDEasy/cli/src/main/java/com/devonfw/tools/ide/tool/mvn/Mvn.java Lines 68 to 73 in 4f2e37b @Override protected void installDependencies() { // TODO create mvn/mvn/dependencies.json file in ide-urls and delete this method getCommandlet(Java.class).install(); } Introduce dependencies.json for mvn and remove hardcoded dependency Jan 21, 2025
@hohwille hohwille added mvn related to apache maven build tool enhancement New feature or request dependency Tool dependencies (if tool A requires tool B) labels Jan 21, 2025
@yurii-yu yurii-yu moved this from 🆕 New to 🏗 In progress in IDEasy board Jan 21, 2025
yurii-yu added a commit to yurii-yu/ide-urls that referenced this issue Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Tool dependencies (if tool A requires tool B) enhancement New feature or request mvn related to apache maven build tool
Projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

2 participants