ecb44f8efb | ||
---|---|---|
.vscode | ||
images | ||
resources | ||
src | ||
.gitignore | ||
.vscodeignore | ||
CHANGELOG.md | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json | ||
vsc-extension-quickstart.md |
README.md
README
This is the README for VSCode extension "Maven Project Explorer".
Features
Maven extension for VS Code. It now reads pom.xml
in root folder, and provide project structures in sidebar.
- multi-module projects supported.
- common/custom goals can be executed via Right-Click, namely
clean
,validate
,compile
,test
,package
,verify
,install
,site
,deploy
. - support generating effective pom.
- support VSCode multi-root workspace.
Requirements
Maven installed and PATH added, i.e., mvn
command can be executed directly in the terminal.