aboutsummaryrefslogtreecommitdiff
path: root/collection/maven/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'collection/maven/feature.json')
-rw-r--r--collection/maven/feature.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/collection/maven/feature.json b/collection/maven/feature.json
deleted file mode 100644
index bc4f5f3..0000000
--- a/collection/maven/feature.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "id": "maven",
- "name": "Maven (via SDKMAN!)",
- "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/maven.md",
- "options": {
- "version": {
- "type": "string",
- "proposals": ["latest", "3.8", "3.6", "3.5"],
- "default": "latest",
- "description": "Select or enter a Maven version to install"
- }
- },
- "extensions": ["vscjava.vscode-java-pack"],
- "containerEnv": {
- "SDKMAN_DIR": "/usr/local/sdkman",
- "PATH": "${SDKMAN_DIR}/bin:${SDKMAN_DIR}/candidates/maven/current/bin:${PATH}"
- },
- "install": {
- "app": "",
- "file": "install.sh"
- }
-} \ No newline at end of file