All notable changes to the "vscode-maven" extension will be documented in this file.
- Supported to hide Maven explorer view by default. #51
- Started to use a separate terminal for each root folder. #68
- Improved performance of searching for pom.xml #77
- Started to includes Maven archetypes in local catalog when generating projects. #82
- Forced to use mvn wrapper as Maven executable file if one is found in root folder, and added a new configuration
maven.executable.preferMavenWrapper
allowing to turn it off. #84 #105 - Refined command
maven.history
to re-run historical goals.#87 - Started to use "cmd /c" to execute Maven commands for PowerShell.#112
- Supported to update explorer automatically when workspace folders change. #27
- Some code refactoring and bug fixing.
- Fixed bug of using
./mvnw
as maven executable.
- Fetch list of popular archetypes on the fly. #63
- Guide users to setup correct mvn executable path when error occurs. #66
- Fixed some bugs.
- Fixed vulnerabilities in package dependencies.
- Formatted filepath for WSL Bash.
- Added entry for historical commands in context menu.
- Simplified the workflow for executing custom goals.
- Supported to fast re-run maven command from history.
- Supported to trigger maven command from command palette.
- Fixed some bugs.
- Added support for setting JAVA_HOME and other environment variables through configuration settings.
- Supported to put popular archetypes ahead when generating projects.
- Supported to append default options for mvn commands.
- Supported to auto-update maven project explorer tree view when pom.xml has been created/modified/removed.
- Started to collect anonymous data of selected Maven Archetype when users generate projects.
- Updated extension name.
- Excluded pom.xml in
target
folder by default. (to avoid duplicate item in explorer) - Fixed CRLF issue #10.
- Supported to use maven wrapper.
- Changed icon of treeItems for dark/light themes.
- Fixed some bugs.
For historical releases earlier than v0.4.1
, please refer to Eskibear/vscode-maven.