Skip to content

Releases: microsoft/vscode-maven

v0.9.2

12 Jul 05:09
57b7371
Compare
Choose a tag to compare
  • Fixed bug of using ./mvnw as maven executable.

v0.9.1

11 Jul 05:27
dec2a54
Compare
Choose a tag to compare
  • Fetch list of popular archetypes on the fly. #63
  • Guide users to setup correct mvn executable path when error occurs. #66
  • Fixed some bugs.

v0.9.0

05 Jun 10:35
6e777c9
Compare
Choose a tag to compare
  • Fixed vulnerabilities in package dependencies.
  • Formatted filepath for WSL Bash.
  • Added entry for historical commands in context menu.

v0.8.0

15 May 07:39
e884401
Compare
Choose a tag to compare
  • 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.

v0.7.0

12 Apr 08:03
c1a1a12
Compare
Choose a tag to compare

0.7.0

  • 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.

v0.6.0

15 Mar 02:47
bc1e839
Compare
Choose a tag to compare
  • 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.

v0.5.2

26 Feb 06:47
1a2ca68
Compare
Choose a tag to compare
  • Updated extension name.

v0.5.1

07 Feb 05:41
48baf35
Compare
Choose a tag to compare
  • Excluded pom.xml in target folder by default. (to avoid duplicate item in explorer)
  • Fixed CRLF issue #10.

v0.5.0

18 Jan 07:45
Compare
Choose a tag to compare
  • Supported to use maven wrapper.
  • Changed icon of treeItems for dark/light themes.
  • Fixed some bugs.