This commit is contained in:
Yan Zhang 2017-12-04 11:51:05 +08:00
Родитель 66f67683af
Коммит ab81c9815e
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -3,6 +3,7 @@ All notable changes to the "vscode-maven" extension will be documented in this f
- [Change Log](#change-log)
- [Unreleased](#unreleased)
- [Released](#released)
- [0.2.1](#021)
- [0.2.0](#020)
- [0.1.4](#014)
- [0.1.3](#013)
@ -19,6 +20,9 @@ All notable changes to the "vscode-maven" extension will be documented in this f
## Unreleased
## Released
### 0.2.1
- add `maven.projects.maxDepthOfPom` to specify max depth to find pom.xml recursively. By default the value is 1, indicating it only searches root folder.
### 0.2.0
- add `maven.projects.pinnedPomPaths` entry in Workspace Settings.
- Can manually import `pom.xml` not located in root folder (right-click on `pom.xml`).

Просмотреть файл

@ -2,7 +2,7 @@
"name": "vscode-maven",
"displayName": "Maven Project Explorer",
"description": "Manage maven projects, execute goals, generate project from archetype, improve user experience for Java developers.",
"version": "0.2.0",
"version": "0.2.1",
"icon": "resources/logo.png",
"publisher": "eskibear",
"engines": {
@ -16,7 +16,7 @@
"Maven",
"Java"
],
"homepage": "https://github.com/Eskibear/vscode-maven/blob/v0.2.0/README.md",
"homepage": "https://github.com/Eskibear/vscode-maven/blob/v0.2.1/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Eskibear/vscode-maven.git"