aboutsummaryrefslogtreecommitdiff
path: root/src/maven/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/maven/feature.json')
-rw-r--r--src/maven/feature.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/maven/feature.json b/src/maven/feature.json
deleted file mode 100644
index 04c1774..0000000
--- a/src/maven/feature.json
+++ /dev/null
@@ -1,30 +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",
- "none",
- "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": "${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