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, 22 insertions, 0 deletions
diff --git a/collection/maven/feature.json b/collection/maven/feature.json
new file mode 100644
index 0000000..bc4f5f3
--- /dev/null
+++ b/collection/maven/feature.json
@@ -0,0 +1,22 @@
+{
+ "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