Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dmall VSCode PluginNew to Visual Studio Code? Get it now.
Dmall VSCode Plugin

Dmall VSCode Plugin

DMALL Inc.(wuhan)

|
52 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

dmall-vscode-plugin

The purpose of developing this plug-in is to improve the work efficiency of multi-maven repos. Provides dev supports by Dmall (Beijing) E-commerce Co.,Ltd.

Features

  • Help developers to set up the compatible maven repository when project is loading.
  • Generate the corresponding maven setting file content.
  • Configure the maven repository path.
  • Configure your personal nexus account.

Installation

  1. Download the VSIX package.
  2. Open VSCode, go to Extensions (Ctrl+Shift+X).
  3. Click Install from VSIX... and select the downloaded file.

Usage

The plugin works by reading the Git Remote URL of the current directory and generating corresponding Maven settings files and project configurations, thereby achieving dependency isolation across different environments.

When installing this plugin for the first time, the Extension Pack for Java will be installed by default.

Note: The plugin will only be activated if the currently selected project workspace contains a pom.xml file.

When the current workspace is not a Git repository, the plugin reads the Git remote URLs of all first-level subdirectories. If the Git remote URL information across all subdirectories is consistent, the plugin will be activated and configure the corresponding Maven information. However, it will not generate .vscode configuration files for the subdirectories.

The default maven repository root path is ${user.home}/.m2.

Open the command palette (Ctrl+Shift+P) and search for

  • DMALL: Configure Maven Settings
    You can modify the Maven local repository root path. If not modified, it will default to the .m2 directory under the current user's home directory.
  • DMALL: Generate Maven Settings
    Generate the corresponding Maven settings.xml file based on the current project's Git repository information, ensuring that different Nexus repositories are isolated from each other.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft