-
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
#180 commandlet to set edition #194
#180 commandlet to set edition #194
Conversation
…t' of https://github.com/MattesMrzik/IDEasy into feature/#180-feature-to-set-tool-edition-with-commandlet
…ture/#180-feature-to-set-tool-edition-with-commandlet # Conflicts: # cli/src/main/java/com/devonfw/tools/ide/commandlet/CommandletManagerImpl.java # cli/src/main/java/com/devonfw/tools/ide/process/ProcessResult.java # cli/src/main/java/com/devonfw/tools/ide/tool/LocalToolCommandlet.java # cli/src/main/resources/nls/Ide.properties # cli/src/main/resources/nls/Ide_de.properties
…mmandlet-to-set-tool-edition
Pull Request Test Coverage Report for Build 7873667859Details
💛 - Coveralls |
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.
@salimbouch thanks for your PR. Looking very good to me - great work 👍
Also thanks for fixing typos and wrong (C&P) JavaDoc from others.
I left some last remarks to improve.
Also instead of adding .gitkeep
to _ide/urls/mvn/secondMvnEdition/
it may make more sense to add urls
file here (more consistent structure).
solves reviews of #181 and adjusts unit tests, closes #180